mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
* bpo-41490: ``path`` method to aggressively close handles * Add blurb * In ZipReader.contents, eagerly evaluate the contents to release references to the zipfile. * Instead use _ensure_sequence to ensure any iterable from a reader is eagerly converted to a list if it's not already a sequence. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| _abc.py | ||
| _bootstrap.py | ||
| _bootstrap_external.py | ||
| _common.py | ||
| abc.py | ||
| machinery.py | ||
| metadata.py | ||
| readers.py | ||
| resources.py | ||
| util.py | ||