diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-29 23:49:49 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2010-10-29 23:49:49 (GMT) |
commit | e1eca4e3f58bc221cea828a58a27088bc9258157 (patch) | |
tree | 7b5885aa5871819997df93be6a760612f1528203 /Misc | |
parent | 749afa95ce28ffded9c6f75c776dae15cade6ecb (diff) | |
download | cpython-e1eca4e3f58bc221cea828a58a27088bc9258157.zip cpython-e1eca4e3f58bc221cea828a58a27088bc9258157.tar.gz cpython-e1eca4e3f58bc221cea828a58a27088bc9258157.tar.bz2 |
Issue #10233: Close file objects in a timely manner in the tarfile module
and its test suite.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -54,6 +54,9 @@ Core and Builtins Library ------- +- Issue #10233: Close file objects in a timely manner in the tarfile module + and its test suite. + - Issue #10093: ResourceWarnings are now issued when files and sockets are deallocated without explicit closing. These warnings are silenced by default, except in pydebug mode. |