From: Benjamin Peterson Date: Wed, 28 Sep 2011 12:20:00 +0000 (-0400) Subject: this test works as expected now X-Git-Tag: v3.3.0a1~1479 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a6e50f589fa328a77b70cde0747f70210c650f49;p=thirdparty%2FPython%2Fcpython.git this test works as expected now --- diff --git a/Lib/test/test_pep3131.py b/Lib/test/test_pep3131.py index df0f64d86aca..2e6b90a35c63 100644 --- a/Lib/test/test_pep3131.py +++ b/Lib/test/test_pep3131.py @@ -17,12 +17,7 @@ class PEP3131Test(unittest.TestCase): def test_non_bmp_normalized(self): 𝔘𝔫𝔦𝔠𝔬𝔡𝔢 = 1 - # On wide builds, this is normalized, but on narrow ones it is not. See - # #12746. - try: - self.assertIn("𝔘𝔫𝔦𝔠𝔬𝔡𝔢", dir()) - except AssertionError: - raise unittest.case._ExpectedFailure(sys.exc_info()) + self.assertIn("Unicode", dir()) def test_invalid(self): try: