commit | 103e8113e4bb4ad3687d641f660481c72904d571 | [log] [tgz] |
---|---|---|
author | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jun 20 01:35:22 2012 +0200 |
committer | Nadeem Vawda <nadeem.vawda@gmail.com> | Wed Jun 20 01:35:22 2012 +0200 |
tree | 6cbac120aa945c22821830b42077fa933d486431 | |
parent | f29ec4b0c89bbb3a4ee4549b3b4a8535d040833f [diff] [blame] |
Fix GzipFile's handling of filenames given as bytes objects.
diff --git a/Misc/NEWS b/Misc/NEWS index 5c1e81a..330e51a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -70,6 +70,8 @@ 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