summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2010-10-29 23:49:49 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2010-10-29 23:49:49 (GMT)
commite1eca4e3f58bc221cea828a58a27088bc9258157 (patch)
tree7b5885aa5871819997df93be6a760612f1528203 /Misc
parent749afa95ce28ffded9c6f75c776dae15cade6ecb (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd18844..964d9f7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.