aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-lang/python/files/python-2.4.4-test-cross.patch')
-rw-r--r--dev-lang/python/files/python-2.4.4-test-cross.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-lang/python/files/python-2.4.4-test-cross.patch b/dev-lang/python/files/python-2.4.4-test-cross.patch
deleted file mode 100644
index d32cb3f..0000000
--- a/dev-lang/python/files/python-2.4.4-test-cross.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- Python-2.4.4/Lib/test/test_multibytecodec.py.orig 2007-09-10 14:52:34.424592960 -0400
-+++ Python-2.4.4/Lib/test/test_multibytecodec.py 2007-09-10 14:53:30.646201491 -0400
-@@ -81,11 +81,11 @@ class Test_ISO2022(unittest.TestCase):
- uni = u':hu4:unit\xe9 de famille'
- self.assertEqual(iso2022jp2.decode('iso2022-jp-2'), uni)
-
-- def test_iso2022_jp_g0(self):
-- self.failIf('\x0e' in u'\N{SOFT HYPHEN}'.encode('iso-2022-jp-2'))
-- for encoding in ('iso-2022-jp-2004', 'iso-2022-jp-3'):
-- e = u'\u3406'.encode(encoding)
-- self.failIf(filter(lambda x: x >= '\x80', e))
-+# def test_iso2022_jp_g0(self):
-+# self.failIf('\x0e' in u'\N{SOFT HYPHEN}'.encode('iso-2022-jp-2'))
-+# for encoding in ('iso-2022-jp-2004', 'iso-2022-jp-3'):
-+# e = u'\u3406'.encode(encoding)
-+# self.failIf(filter(lambda x: x >= '\x80', e))
-
- def test_bug1572832(self):
- if sys.maxunicode >= 0x10000: