mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
merge 3.3
This commit is contained in:
commit
661c346ab3
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class TestBase:
|
|||
return (ret, exc.end)
|
||||
codecs.register_error("test.cjktest", myreplace)
|
||||
|
||||
for ret in ([1, 2, 3], [], None, object(), b'string', b''):
|
||||
for ret in ([1, 2, 3], [], None, object()):
|
||||
self.assertRaises(TypeError, self.encode, self.unmappedunicode,
|
||||
'test.cjktest')
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue