summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNadeem Vawda <nadeem.vawda@gmail.com>2012-06-19 23:48:50 (GMT)
committerNadeem Vawda <nadeem.vawda@gmail.com>2012-06-19 23:48:50 (GMT)
commit10c8791978203be95af2c4c1d7ce33496fac880c (patch)
treed30969af462c1c847aebb202b93e3b5a7cd43250 /Misc
parente67f48ce5e7ad122b17e23b2705bf66cff76d42b (diff)
parent103e8113e4bb4ad3687d641f660481c72904d571 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 814528a..bcf28bd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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