diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2004-08-25 13:04:53 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2004-08-25 13:04:53 (GMT) |
commit | cae9e673d601a815c06d2755371cfcf89d314239 (patch) | |
tree | b446e6841ca674e87878904bfe0482c95aca1ba2 /Misc | |
parent | cf525241bb14c29f747e5fa3045a57bc80a74557 (diff) | |
download | cpython-cae9e673d601a815c06d2755371cfcf89d314239.zip cpython-cae9e673d601a815c06d2755371cfcf89d314239.tar.gz cpython-cae9e673d601a815c06d2755371cfcf89d314239.tar.bz2 |
Patch #970015: Replace - by _ in version and release.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ Extension modules Library ------- -- bdist_rpm now includes version and release in the BuildRoot. +- bdist_rpm now includes version and release in the BuildRoot, and + replaces - by ``_`` in version and release. - distutils build/build_scripts now has an -e option to specify the path to the Python interpreter for installed scripts. |