mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Add some missing entries related to the various ResourceWarning fixes I have committed.
This commit is contained in:
parent
c524692c88
commit
011057854d
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Close a io.TextIOWrapper object in email.parser in a timely manner.
|
||||
|
||||
- Close a file object in distutils.sysconfig in a timely manner.
|
||||
|
||||
- Close a file object in pkgutil in a timely manner.
|
||||
|
||||
- Issue #10233: Close file objects in a timely manner in the tarfile module
|
||||
and its test suite.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue