From: Benjamin Peterson Date: Sun, 1 Feb 2015 23:02:09 +0000 (-0500) Subject: remove extra ws X-Git-Tag: v3.4.3rc1~38^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=68389eaa3f9cbba8654e0121d4787e5099babd77;p=thirdparty%2FPython%2Fcpython.git remove extra ws --- diff --git a/Lib/test/test_json/test_encode_basestring_ascii.py b/Lib/test/test_json/test_encode_basestring_ascii.py index 3c014d327c14..a2bbc7d5eef8 100644 --- a/Lib/test/test_json/test_encode_basestring_ascii.py +++ b/Lib/test/test_json/test_encode_basestring_ascii.py @@ -48,4 +48,3 @@ class TestCEncodeBasestringAscii(TestEncodeBasestringAscii, CTest): s = "\uffff"*((2**32)//6 + 1) with self.assertRaises(OverflowError): self.json.encoder.encode_basestring_ascii(s) -