summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2009-04-01 04:28:33 (GMT)
committerGeorg Brandl <georg@python.org>2009-04-01 04:28:33 (GMT)
commit4ed72acd68a1a1d90946e189c94b7d656719da45 (patch)
tree37afeb94df477404291adfa1742f22cd7b39fb6f /Misc
parent99412e559bea9179394366a95ae1a2c1b0723c47 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ce0db2a..4a90ba5 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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