summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2005-03-03 08:12:27 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2005-03-03 08:12:27 (GMT)
commit8ed338ab44daf3cd681d73156fd1d9b6bed53795 (patch)
tree97ec91b6619467915a6f7ae73b6a289674518462 /Misc
parent5dc8ced4a889d36be63f6119e5a055c44dfd9507 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 42ef277..a128cc7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.