summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorÉric Araujo <aeric@mtlpy.org>2012-12-09 03:53:43 (GMT)
committerÉric Araujo <aeric@mtlpy.org>2012-12-09 03:53:43 (GMT)
commit3f7c0e403606f7e888442048ac71cb8f391e8d83 (patch)
treeb9bd563ea0facf995a395d22b9c8ad043648ba5e /Misc/NEWS
parentf93ed3fa67260fa0023a1360a37ab7e320550455 (diff)
parent24457c9ad375239aca9bd176284d1e4f181e02f4 (diff)
downloadcpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.zip
cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.gz
cpython-3f7c0e403606f7e888442048ac71cb8f391e8d83.tar.bz2
Merge fixes for #13614, #13512 and #7719 from 3.2
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS9
1 files changed, 9 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b26d20b..f9b8c37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -110,6 +110,15 @@ Library
- Issue #16628: Fix a memory leak in ctypes.resize().
+- Issue #13614: Fix setup.py register failure with invalid rst in description.
+ Patch by Julien Courteau and Pierre Paul Lefebvre.
+
+- Issue #13512: Create ~/.pypirc securely (CVE-2011-4944). Initial patch by
+ Philip Jenvey, tested by Mageia and Debian.
+
+- Issue #7719: Make distutils ignore ``.nfs*`` files instead of choking later
+ on. Initial patch by SilentGhost and Jeff Ramnani.
+
- Issue #13120: Allow to call pdb.set_trace() from thread.
Patch by Ilya Sandler.