summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2012-02-21 16:26:10 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2012-02-21 16:26:10 (GMT)
commitf9caee9ab435d53a920ba9239e9a8fe4fe58976f (patch)
treebc0b0f7cb2b886ac7c1c79b1a55cd3d0085f1a3b /Misc/NEWS
parentd9a3591ed154158adeded5d52c25c7bee4dadfbd (diff)
parent26bb3cf7cdf4052fd3cad3c435b1e00990e78db4 (diff)
downloadcpython-f9caee9ab435d53a920ba9239e9a8fe4fe58976f.zip
cpython-f9caee9ab435d53a920ba9239e9a8fe4fe58976f.tar.gz
cpython-f9caee9ab435d53a920ba9239e9a8fe4fe58976f.tar.bz2
merge 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2a43734..26529b7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -1942,6 +1942,8 @@ Library
Build
-----
+- Issue #10580: Minor grammar change in Windows installer.
+
- Issue #13326: Clean __pycache__ directories correctly on OpenBSD.
- PEP 393: the configure option --with-wide-unicode is removed.