diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-03 05:25:00 (GMT) |
---|---|---|
committer | Eric Snow <ericsnowcurrently@gmail.com> | 2014-01-03 05:25:00 (GMT) |
commit | fbc785188db081c3d3940bf4dcd316de28fda066 (patch) | |
tree | 8ed41c9c1c664bafe4a88d6c13016861acb6e86b /Misc | |
parent | 9dee304205d34a8565f922fdad5b0f89fcff65a5 (diff) | |
download | cpython-fbc785188db081c3d3940bf4dcd316de28fda066.zip cpython-fbc785188db081c3d3940bf4dcd316de28fda066.tar.gz cpython-fbc785188db081c3d3940bf4dcd316de28fda066.tar.bz2 |
Issue #20097: Fix bad use of "self" in importlib's WindowsRegistryFinder.
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 |