diff options
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -36,6 +36,8 @@ Core and Builtins - Issue #19736: Add module-level statvfs constants defined for GNU/glibc based systems. +- Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder. + - Issue #19729: In str.format(), fix recursive expansion in format spec. - Issue #19638: Fix possible crash / undefined behaviour from huge (more than 2 |