diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2005-03-01 08:09:28 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2005-03-01 08:09:28 (GMT) |
commit | 4afe154369c1741bcdba1e7d715e0609082dea43 (patch) | |
tree | 88281d5b2af803db97a1a5608a103eb367d760e5 /Misc | |
parent | 5ce2587b1b9955687804b3636fe32536add55eb2 (diff) | |
download | cpython-4afe154369c1741bcdba1e7d715e0609082dea43.zip cpython-4afe154369c1741bcdba1e7d715e0609082dea43.tar.gz cpython-4afe154369c1741bcdba1e7d715e0609082dea43.tar.bz2 |
Patch #1121234: Properly cleanup _exit and tkerror commands.
Will backport to 2.4.
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 #1121234: Properly cleanup _exit and tkerror commands. + - Patch #1049151: xdrlib now unpacks booleans as True or False. - Fixed bug in a NameError bug in cookielib. Patch #1116583. |