Fixed yet one syntax error in test_xpickle in Python 2.5.
This commit is contained in:
parent
43e9007767
commit
03f3c2fa5f
|
@ -746,7 +746,7 @@ class AbstractUnpickleTests(unittest.TestCase):
|
|||
# 'P', # PERSID
|
||||
# 'Pabc',
|
||||
'S', # STRING
|
||||
b"S'abc'",
|
||||
"S'abc'",
|
||||
'T', # BINSTRING
|
||||
'T\x03\x00\x00',
|
||||
'T\x03\x00\x00\x00',
|
||||
|
|
Loading…
Reference in New Issue