diff options
author | Georg Brandl <georg@python.org> | 2009-04-01 04:28:33 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-04-01 04:28:33 (GMT) |
commit | 4ed72acd68a1a1d90946e189c94b7d656719da45 (patch) | |
tree | 37afeb94df477404291adfa1742f22cd7b39fb6f /Misc | |
parent | 99412e559bea9179394366a95ae1a2c1b0723c47 (diff) | |
download | cpython-4ed72acd68a1a1d90946e189c94b7d656719da45.zip cpython-4ed72acd68a1a1d90946e189c94b7d656719da45.tar.gz cpython-4ed72acd68a1a1d90946e189c94b7d656719da45.tar.bz2 |
#5624: _winreg is winreg in Python 3.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -53,6 +53,8 @@ Core and Builtins Library ------- +- Issue #5624: Fix the _winreg module name still used in several modules. + - Issue #5628: Fix io.TextIOWrapper.read() with a unreadable buffer. - Issue #5619: Multiprocessing children disobey the debug flag and causes |