From 712a5c0dc2c8fd3a3ae6a3f7a20d7f094f02b8c0 Mon Sep 17 00:00:00 2001 From: Lionel Zoubritzky Date: Sat, 25 Apr 2020 17:59:14 +0200 Subject: [PATCH] NEWS item for introspection macros --- NEWS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS.md b/NEWS.md index 8b0e8cd8a08c6..d9bc676650155 100644 --- a/NEWS.md +++ b/NEWS.md @@ -129,6 +129,7 @@ New library features * `open` for files now accepts a keyword argument `lock` controlling whether file operations will acquire locks for safe multi-threaded access. Setting it to `false` provides better performance when only one thread will access the file. +* The introspection macros (`@which`, `@code_typed`, etc.) now work with `do`-block syntax ([#35283]) and with dot syntax ([#35522]). Standard library changes ------------------------