summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-05-28 12:36:07 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-05-28 12:36:07 (GMT)
commitab45e689be9e954de37fcb18d584fa09a19111f3 (patch)
treebb42429e480b163ed825b274e1ff439c3ca1a9f5 /Misc
parent7e18f43ec8b163d1af99c7f9feea08185a567d01 (diff)
parent4b6045c30fb47a89cd32ebedc2b8d2603cd72e33 (diff)
downloadcpython-ab45e689be9e954de37fcb18d584fa09a19111f3.zip
cpython-ab45e689be9e954de37fcb18d584fa09a19111f3.tar.gz
cpython-ab45e689be9e954de37fcb18d584fa09a19111f3.tar.bz2
Merge from 3.2
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 bd296ca..c37c556 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -49,6 +49,9 @@ Core and Builtins
Library
-------
+- Issue #14443: Tell rpmbuild to use the correct version of Python in
+ bdist_rpm. Initial patch by Ross Lagerwall.
+
- Issue14929: Stop Idle 3.x from closing on Unicode decode errors when grepping.
Patch by Roger Serwy.