mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
* Add name and mode attributes for compressed and archived file-like objects
in modules bz2, lzma, tarfile and zipfile.
* Change the value of the mode attribute of GzipFile from integer (1 or 2)
to string ('rb' or 'wb').
* Change the value of the mode attribute of ZipExtFile from 'r' to 'rb'.
|
||
|---|---|---|
| .. | ||
| _path | ||
| __init__.py | ||
| __main__.py | ||
| test_core.py | ||