summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2011-06-10 17:29:40 (GMT)
committerBenjamin Peterson <benjamin@python.org>2011-06-10 17:29:40 (GMT)
commit9aa68e4b324d4c130338bceabd8ccc058bf24231 (patch)
tree0131a1ec84591c4a940fcfed8478438a811311b3 /Misc/NEWS
parenta13660807eec3476bb527061d0130aa700a96908 (diff)
parent1df0f214a9fdb4dde7506576b144cf6a7fd01b65 (diff)
downloadcpython-9aa68e4b324d4c130338bceabd8ccc058bf24231.zip
cpython-9aa68e4b324d4c130338bceabd8ccc058bf24231.tar.gz
cpython-9aa68e4b324d4c130338bceabd8ccc058bf24231.tar.bz2
merge 3.1 (#12009)
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 2d00324..d3496b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -22,6 +22,8 @@ Core and Builtins
Library
-------
+- Issue #12009: Fixed regression in netrc file comment handling.
+
- Issue #10694: zipfile now ignores garbage at the end of a zipfile.
- Issue #12283: Fixed regression in smtplib quoting of leading dots in DATA.