cpython: 7b023134ad83 (original) (raw)

Mercurial > cpython

changeset 85003:7b023134ad83 3.3

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

Serhiy Storchaka storchaka@gmail.com
date Sun, 04 Aug 2013 01:04:15 +0300
parents c243896e12be
children 1b4772ab420f 854ded9135c2
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 @@ -1718,8 +1718,6 @@ class UnicodeTest(string_tests.CommonTes self.assertRaises(TypeError, "hello".encode, 42, 42, 42) # Error handling (lone surrogate in PyUnicode_TransformDecimalToASCII())