diff options
author | Anthony Baxter <anthonybaxter@gmail.com> | 2004-06-11 17:16:46 (GMT) |
---|---|---|
committer | Anthony Baxter <anthonybaxter@gmail.com> | 2004-06-11 17:16:46 (GMT) |
commit | c982bbde1c5012202187b8e398fd631b6cec214b (patch) | |
tree | fbad3bdda3a75cf82c524d122e7a2756345db4a4 /Misc | |
parent | 01e80b45d6f2d2b2eac5e81731c3af80f09214c2 (diff) | |
download | cpython-c982bbde1c5012202187b8e398fd631b6cec214b.zip cpython-c982bbde1c5012202187b8e398fd631b6cec214b.tar.gz cpython-c982bbde1c5012202187b8e398fd631b6cec214b.tar.bz2 |
Bug 957381: rpmbuild builds a -debuginfo rpm on recent Redhat and Fedora releases.
Ignore it, rather than breaking.
Will backport.
(and r1.1000 for Misc/NEWS!)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -336,6 +336,9 @@ Extension modules Library ------- +- Bug #957381: distutils bdist_rpm no longer fails on recent RPM versions + that generate a *-debuginfo.rpm. + - os.path.devnull has been added for all supported platforms. - Fixed #877165: distutils now picks the right C++ compiler command @@ -422,7 +425,7 @@ Library - bisect.py and heapq.py now have underlying C implementations for better performance. -- heapq.py has two new functions, nsmallest() and nlargest(). +- heapq.py has two new functions, nsmallest() and nlargest(). - traceback.format_exc has been added (similar to print_exc but it returns a string). |