diff options
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -26,6 +26,9 @@ Library contextlib.suppress context managers, which also ensures they provide reasonable help() output on instances +- Issue #19393: Fix symtable.symtable function to not be confused when there are + functions or classes named "top". + - Issue #18685: Restore re performance to pre-PEP 393 levels. - Issue #19339: telnetlib module is now using time.monotonic() when available |