diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-09-10 06:32:54 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-09-10 06:32:54 (GMT) |
commit | 23c48a12d9a6f80e948a7f00fa01f9e6407b557a (patch) | |
tree | 7746595d18b3c7e97146b44fc1879ceec733af9e /Misc | |
parent | 641d64812cdb52c7e3bbc17644e403d030baad30 (diff) | |
download | cpython-23c48a12d9a6f80e948a7f00fa01f9e6407b557a.zip cpython-23c48a12d9a6f80e948a7f00fa01f9e6407b557a.tar.gz cpython-23c48a12d9a6f80e948a7f00fa01f9e6407b557a.tar.bz2 |
Patch #808120: Add --force-arch=ARCH to bdist_rpm.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 4 insertions, 2 deletions
@@ -91,6 +91,7 @@ Lee Busby Ralph Butler Jp Calderone Daniel Calvelo +Tony Campbell Brett Cannon Mike Carlton Terry Carroll @@ -22,8 +22,9 @@ Extension modules Library ------- -- bdist_rpm now supports command line options {pre,post}-install, - {pre,post}-uninstall, and {prep,build,install,clean,verify}-script. +- bdist_rpm now supports command line options --force-arch, + {pre,post}-install, {pre,post}-uninstall, and + {prep,build,install,clean,verify}-script. - SF patch #998993: The UTF-8 and the UTF-16 stateful decoders now support decoding incomplete input (when the input stream is temporarily exhausted). ``codecs.StreamReader`` now implements buffering, which enables proper |