diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 08:12:27 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-03 08:12:27 (GMT) |
commit | 8ed338ab44daf3cd681d73156fd1d9b6bed53795 (patch) | |
tree | 97ec91b6619467915a6f7ae73b6a289674518462 /Misc | |
parent | 5dc8ced4a889d36be63f6119e5a055c44dfd9507 (diff) | |
download | cpython-8ed338ab44daf3cd681d73156fd1d9b6bed53795.zip cpython-8ed338ab44daf3cd681d73156fd1d9b6bed53795.tar.gz cpython-8ed338ab44daf3cd681d73156fd1d9b6bed53795.tar.bz2 |
Patch #1104111: Alter setup.py --help and --help-commands.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -59,6 +59,8 @@ Extension Modules Library ------- +- Patch #1104111: Alter setup.py --help and --help-commands. + - Patch #1121234: Properly cleanup _exit and tkerror commands. - Patch #1049151: xdrlib now unpacks booleans as True or False. |