summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-28 10:16:43 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-28 10:16:43 (GMT)
commitf072122c79955e0e7695eb3f104bbd5d32132159 (patch)
tree77ef96790f7e437272f14a450b8e8efe9098a570 /Misc
parente9a950e3c2d0f3cd3544bec881c94d121859043e (diff)
downloadcpython-f072122c79955e0e7695eb3f104bbd5d32132159.zip
cpython-f072122c79955e0e7695eb3f104bbd5d32132159.tar.gz
cpython-f072122c79955e0e7695eb3f104bbd5d32132159.tar.bz2
Merged revisions 70049 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r70049 | tarek.ziade | 2009-02-28 11:08:02 +0100 (Sat, 28 Feb 2009) | 1 line Issues #1533164 and #5378: Added quiet and force-optimize options to Distutils bdist_rpm command ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d2370f9..d354be8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -173,6 +173,11 @@ Core and Builtins
Library
-------
+- Issue #1533164: Installed but not listed *.pyo was breaking Distutils
+ bdist_rpm command.
+
+- Issue #5378: added --quiet option to Distutils bdist_rpm command.
+
- Issue #5052: make Distutils compatible with 2.3 again.
- Issue #5316: Fixed buildbot failures introduced by multiple inheritance