diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-09-10 06:25:01 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-09-10 06:25:01 (GMT) |
commit | 641d64812cdb52c7e3bbc17644e403d030baad30 (patch) | |
tree | fd063b90d121be84d0c58f93637a265caccb663e /Misc | |
parent | 1f7d6a633f2031053661da9b728380200d1486be (diff) | |
download | cpython-641d64812cdb52c7e3bbc17644e403d030baad30.zip cpython-641d64812cdb52c7e3bbc17644e403d030baad30.tar.gz cpython-641d64812cdb52c7e3bbc17644e403d030baad30.tar.bz2 |
Patch #808115: Add script support to bdist_rpm.py.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -22,6 +22,8 @@ Extension modules Library ------- +- bdist_rpm now supports command line options {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 |