commit | 4b6045c30fb47a89cd32ebedc2b8d2603cd72e33 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Mon May 28 22:34:46 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Mon May 28 22:34:46 2012 +1000 |
tree | 950f8f8e3534b1af750ae7696a4aeed97b9cb859 | |
parent | e1c5087802428133e7b45228fa22be8d3f2d463c [diff] [blame] |
Issue #14443: Tell rpmbuild to use the correct version of Python
diff --git a/Misc/NEWS b/Misc/NEWS index 2b45723..386d103 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -67,6 +67,9 @@ 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.