diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-19 23:48:50 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-19 23:48:50 (GMT) |
commit | 10c8791978203be95af2c4c1d7ce33496fac880c (patch) | |
tree | d30969af462c1c847aebb202b93e3b5a7cd43250 /Misc | |
parent | e67f48ce5e7ad122b17e23b2705bf66cff76d42b (diff) | |
parent | 103e8113e4bb4ad3687d641f660481c72904d571 (diff) | |
download | cpython-10c8791978203be95af2c4c1d7ce33496fac880c.zip cpython-10c8791978203be95af2c4c1d7ce33496fac880c.tar.gz cpython-10c8791978203be95af2c4c1d7ce33496fac880c.tar.bz2 |
Fix GzipFile's handling of filenames given as bytes objects.
Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 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 |