From: Neal Norwitz Date: Sun, 29 Oct 2006 23:58:36 +0000 (+0000) Subject: I'm assuming this is correct, it fixes the tests so they pass again X-Git-Tag: v2.6a1~2472 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1ead69849486321bd46ae2750da0b32c199d7322;p=python I'm assuming this is correct, it fixes the tests so they pass again --- diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py index 57edd26e7e..21cd1b927c 100644 --- a/Lib/test/test_codecs.py +++ b/Lib/test/test_codecs.py @@ -1068,6 +1068,7 @@ broken_incremental_coders = broken_unicode_with_streams[:] only_strict_mode = [ "idna", "zlib_codec", + "bz2_codec", ] try: