summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-15 16:13:26 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-15 16:13:26 (GMT)
commit1d175f776836ef0106d06ff2f264635df125340e (patch)
tree0dcab83efe344871fd69ff20724f5edfc280ac9e /Misc/NEWS
parent8b4d64f2564a44dadff0bd8f54f6591926044b1b (diff)
parentccddc474c3c7c664bec879deb41bb91aa5dab109 (diff)
downloadcpython-1d175f776836ef0106d06ff2f264635df125340e.zip
cpython-1d175f776836ef0106d06ff2f264635df125340e.tar.gz
cpython-1d175f776836ef0106d06ff2f264635df125340e.tar.bz2
Merge fixes for #1326113 and #12297 from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index efdefbe..1e67160 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -472,6 +472,9 @@ Library
- Issue #13015: Fix a possible reference leak in defaultdict.__repr__.
Patch by Suman Saha.
+- Issue #1326113: distutils' build_ext command --libraries option now
+ correctly parses multiple values separated by whitespace or commas.
+
- Issue #10287: nntplib now queries the server's CAPABILITIES first before
sending MODE READER, and only sends it if not already in READER mode.
Patch by Hynek Schlawack.