]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Mar 2012 01:35:32 +0000 (02:35 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Mar 2012 01:35:32 +0000 (02:35 +0100)
commit4a90ef03637fdc1bc63ee9be82fbf22cbaa68662
treef6424020b09897e21e82740669a5ea1d2583e9da
parent679e9d36f78de3ac18abaaddbcf4f73fcef55b7e
Issue #14177: marshal.loads() now raises TypeError when given an unicode string.
Patch by Guilherme Gonçalves.
Lib/test/test_exceptions.py
Lib/test/test_marshal.py
Misc/ACKS
Misc/NEWS
Python/marshal.c