commit | df24153f650f39ca82db143cc4a58062412a0896 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 08:17:42 2005 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Thu Mar 03 08:17:42 2005 +0000 |
tree | ef25511e9b65ed1ef05a0848ef456d4e728f565f | |
parent | 8ed338ab44daf3cd681d73156fd1d9b6bed53795 [diff] [blame] |
Patch #1107973: tarfile.ExFileObject iterators.
diff --git a/Misc/NEWS b/Misc/NEWS index a128cc7..0912e00 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -59,6 +59,8 @@ Library ------- +- Patch #1107973: Allow to iterate over the lines of a tarfile.ExFileObject. + - Patch #1104111: Alter setup.py --help and --help-commands. - Patch #1121234: Properly cleanup _exit and tkerror commands.