]> granicus.if.org Git - python/commit
- Issue #14177: marshal.loads() now raises TypeError when given an unicode
authorAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Mar 2012 01:38:37 +0000 (02:38 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Sat, 3 Mar 2012 01:38:37 +0000 (02:38 +0100)
commit0d3a003f241460e417f2108fecf990b7ce5d1449
tree8f773e6a59bd4a5244f1025b870d294ccd4eb17e
parent135b6d8aa5a24b08170fd94114a80dfeb1ae963c
parent4a90ef03637fdc1bc63ee9be82fbf22cbaa68662
- 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