diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -27,6 +27,11 @@ Core and Builtins Library ------- +- Issue #19611: :mod:`inspect` now reports the implicit ``.0`` parameters + generated by the compiler for comprehension and generator expression scopes + as if they were positional-only parameters called ``implicit0``. + Patch by Jelle Zijlstra. + - Issue #26809: Add ``__all__`` to :mod:`string`. Patch by Emanuel Barry. - Issue #26373: subprocess.Popen.communicate now correctly ignores |