gh-115961: Add name and mode attributes for compressed file-like objects (GH-116036)
* 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'. S
Serhiy Storchaka committed
51ef89cd9acbfbfa7fd8d82f0c6baa388bb650c9
Parent: ccda738
Committed by GitHub <noreply@github.com>
on 4/21/2024, 8:46:39 AM