]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix GzipFile's handling of filenames given as bytes objects.
authorNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 19 Jun 2012 23:48:50 +0000 (01:48 +0200)
committerNadeem Vawda <nadeem.vawda@gmail.com>
Tue, 19 Jun 2012 23:48:50 +0000 (01:48 +0200)
commit10c8791978203be95af2c4c1d7ce33496fac880c
treed30969af462c1c847aebb202b93e3b5a7cd43250
parente67f48ce5e7ad122b17e23b2705bf66cff76d42b
parent103e8113e4bb4ad3687d641f660481c72904d571
Fix GzipFile's handling of filenames given as bytes objects.

Add relevant tests for GzipFile, and also for BZ2File and LZMAFile.
Lib/gzip.py
Lib/test/test_bz2.py
Lib/test/test_gzip.py
Lib/test/test_lzma.py
Misc/NEWS