summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-05-28 12:34:46 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-05-28 12:34:46 (GMT)
commit4b6045c30fb47a89cd32ebedc2b8d2603cd72e33 (patch)
tree950f8f8e3534b1af750ae7696a4aeed97b9cb859 /Misc
parente1c5087802428133e7b45228fa22be8d3f2d463c (diff)
downloadcpython-4b6045c30fb47a89cd32ebedc2b8d2603cd72e33.zip
cpython-4b6045c30fb47a89cd32ebedc2b8d2603cd72e33.tar.gz
cpython-4b6045c30fb47a89cd32ebedc2b8d2603cd72e33.tar.bz2
Issue #14443: Tell rpmbuild to use the correct version of Python
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 2b45723..386d103 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -67,6 +67,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.