commit | 8ed338ab44daf3cd681d73156fd1d9b6bed53795 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 08:12:27 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 08:12:27 2005 +0000 |
tree | 97ec91b6619467915a6f7ae73b6a289674518462 | |
parent | 5dc8ced4a889d36be63f6119e5a055c44dfd9507 [diff] [blame] |
Patch #1104111: Alter setup.py --help and --help-commands.
diff --git a/Misc/NEWS b/Misc/NEWS index 42ef277..a128cc7 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,6 +59,8 @@ 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.