Kaydet (Commit) 03f3c2fa authored tarafından Serhiy Storchaka's avatar Serhiy Storchaka

Fixed yet one syntax error in test_xpickle in Python 2.5.

üst 43e90077
...@@ -746,7 +746,7 @@ class AbstractUnpickleTests(unittest.TestCase): ...@@ -746,7 +746,7 @@ class AbstractUnpickleTests(unittest.TestCase):
# 'P', # PERSID # 'P', # PERSID
# 'Pabc', # 'Pabc',
'S', # STRING 'S', # STRING
b"S'abc'", "S'abc'",
'T', # BINSTRING 'T', # BINSTRING
'T\x03\x00\x00', 'T\x03\x00\x00',
'T\x03\x00\x00\x00', 'T\x03\x00\x00\x00',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment