diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-28 10:16:43 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-28 10:16:43 (GMT) |
commit | f072122c79955e0e7695eb3f104bbd5d32132159 (patch) | |
tree | 77ef96790f7e437272f14a450b8e8efe9098a570 /Misc | |
parent | e9a950e3c2d0f3cd3544bec881c94d121859043e (diff) | |
download | cpython-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/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |