diff options
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) |
commit | 1d175f776836ef0106d06ff2f264635df125340e (patch) | |
tree | 0dcab83efe344871fd69ff20724f5edfc280ac9e /Misc/NEWS | |
parent | 8b4d64f2564a44dadff0bd8f54f6591926044b1b (diff) | |
parent | ccddc474c3c7c664bec879deb41bb91aa5dab109 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |