mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Fix GzipFile's handling of filenames given as bytes objects.
Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
This commit is contained in:
commit
10c8791978
5 changed files with 59 additions and 4 deletions
|
|
@ -31,6 +31,8 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Fix GzipFile's handling of filenames given as bytes objects.
|
||||
|
||||
- Issue #14772: Return destination values from some shutil functions.
|
||||
|
||||
- Issue #15064: Implement context manager protocol for multiprocessing types
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue