cpython: 1b4772ab420f (original) (raw)

Mercurial > cpython

changeset 85004:1b4772ab420f

Issue #16741: Remove testing of implementation artifact. [#16741]

Serhiy Storchaka storchaka@gmail.com
date Sun, 04 Aug 2013 01:05:02 +0300
parents 4faf9b73c3df(current diff)7b023134ad83(diff)
children ce0be0d03c0a
files Lib/test/test_unicode.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-)[+] [-] Lib/test/test_unicode.py 2

line wrap: on

line diff

--- a/Lib/test/test_unicode.py +++ b/Lib/test/test_unicode.py @@ -1735,8 +1735,6 @@ class UnicodeTest(string_tests.CommonTes self.assertRaises(TypeError, "hello".encode, 42, 42, 42) # Error handling (lone surrogate in PyUnicode_TransformDecimalToASCII())