summaryrefslogtreecommitdiff
path: root/Lib/test/test_codecmaps_tw.py
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>2007-07-23 18:06:59 +0000
committerGuido van Rossum <guido@python.org>2007-07-23 18:06:59 +0000
commit6177748d98bbb23ccd2e98b0fc58fc2afcb22148 (patch)
tree1617384809fb5534953f8d4bf32c3c34010656a1 /Lib/test/test_codecmaps_tw.py
parent7b343135c2fd2909e2071d5b91b64bde8e2a14f9 (diff)
downloadcpython-6177748d98bbb23ccd2e98b0fc58fc2afcb22148.tar.gz
Tweaks to make the codecmaps tests pass again.
(To run these, you need to pass -uurlfetch to regrtest.py or runtests.sh.)
Diffstat (limited to 'Lib/test/test_codecmaps_tw.py')
-rw-r--r--Lib/test/test_codecmaps_tw.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/test/test_codecmaps_tw.py b/Lib/test/test_codecmaps_tw.py
index 71402c45d3..4bd1966298 100644
--- a/Lib/test/test_codecmaps_tw.py
+++ b/Lib/test/test_codecmaps_tw.py
@@ -20,8 +20,8 @@ class TestCP950Map(test_multibytecodec_support.TestBase_Mapping,
mapfileurl = 'http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/' \
'WINDOWS/CP950.TXT'
pass_enctest = [
- ('\xa2\xcc', '\u5341'),
- ('\xa2\xce', '\u5345'),
+ (b'\xa2\xcc', '\u5341'),
+ (b'\xa2\xce', '\u5345'),
]
def test_main():