]> granicus.if.org Git - python/commitdiff
I'm assuming this is correct, it fixes the tests so they pass again
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Oct 2006 23:58:36 +0000 (23:58 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 29 Oct 2006 23:58:36 +0000 (23:58 +0000)
Lib/test/test_codecs.py

index 57edd26e7e5595fa16247ca31a2d60a9c63c742a..21cd1b927cd03dc94309eca8fb3e71c7ccc78010 100644 (file)
@@ -1068,6 +1068,7 @@ broken_incremental_coders = broken_unicode_with_streams[:]
 only_strict_mode = [
     "idna",
     "zlib_codec",
+    "bz2_codec",
 ]
 
 try: