Fixed yet one syntax error in test_xpickle in Python 2.5.

This commit is contained in:
Serhiy Storchaka 2015-11-29 20:18:27 +02:00
parent 43e9007767
commit 03f3c2fa5f
1 changed files with 1 additions and 1 deletions

View File

@ -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',