diff options
author | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-19 23:35:22 (GMT) |
---|---|---|
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | 2012-06-19 23:35:22 (GMT) |
commit | 103e8113e4bb4ad3687d641f660481c72904d571 (patch) | |
tree | 6cbac120aa945c22821830b42077fa933d486431 /Misc | |
parent | f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f (diff) | |
download | cpython-103e8113e4bb4ad3687d641f660481c72904d571.zip cpython-103e8113e4bb4ad3687d641f660481c72904d571.tar.gz cpython-103e8113e4bb4ad3687d641f660481c72904d571.tar.bz2 |
Fix GzipFile's handling of filenames given as bytes objects.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -70,6 +70,8 @@ Core and Builtins Library ------- +- Fix GzipFile's handling of filenames given as bytes objects. + - Issue #15101: Make pool finalizer avoid joining current thread. - Issue #15036: Mailbox no longer throws an error if a flush is done |