summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorÉric Araujo <merwok@netwok.org>2012-02-15 15:44:37 (GMT)
committerÉric Araujo <merwok@netwok.org>2012-02-15 15:44:37 (GMT)
commitb2f5c0a4c4e3c382e4ffaa44a2aa6d2c70f60141 (patch)
treea2f9bb345b3dd74d45f74916d86b7c1000406daf /Misc
parent4b3c7846c9a25dfe4e508d9059ff8274023acd09 (diff)
downloadcpython-b2f5c0a4c4e3c382e4ffaa44a2aa6d2c70f60141.zip
cpython-b2f5c0a4c4e3c382e4ffaa44a2aa6d2c70f60141.tar.gz
cpython-b2f5c0a4c4e3c382e4ffaa44a2aa6d2c70f60141.tar.bz2
Fix parsing of build_ext --libraries option (#1326113)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4d3d665..a67a26a 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -119,6 +119,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.