mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Rip out all the u"..." literals and calls to unicode().
This commit is contained in:
parent
572dbf8f13
commit
ef87d6ed94
200 changed files with 18074 additions and 18074 deletions
|
|
@ -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', u'\u5341'),
|
||||
('\xa2\xce', u'\u5345'),
|
||||
('\xa2\xcc', '\u5341'),
|
||||
('\xa2\xce', '\u5345'),
|
||||
]
|
||||
|
||||
def test_main():
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue