commit | 4a90ef03637fdc1bc63ee9be82fbf22cbaa68662 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 03 02:35:32 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Sat Mar 03 02:35:32 2012 +0100 |
tree | f6424020b09897e21e82740669a5ea1d2583e9da | |
parent | 679e9d36f78de3ac18abaaddbcf4f73fcef55b7e [diff] [blame] |
Issue #14177: marshal.loads() now raises TypeError when given an unicode string. Patch by Guilherme Gonçalves.
diff --git a/Misc/ACKS b/Misc/ACKS index 3f9cff9..0028877 100644 --- a/Misc/ACKS +++ b/Misc/ACKS
@@ -341,6 +341,7 @@ Michael Gilfix Christoph Gohlke Tim Golden +Guilherme Gonçalves Chris Gonnerman David Goodger Hans de Graaff