diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-10-29 23:58:36 (GMT) |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-10-29 23:58:36 (GMT) |
commit | 1ead69849486321bd46ae2750da0b32c199d7322 (patch) | |
tree | 9a062c852218945753b9f891204ea11344d6430a /Lib/test/test_codecs.py | |
parent | 7b932da4432110c03efcc026d9e9fc19b33207eb (diff) | |
download | cpython-1ead69849486321bd46ae2750da0b32c199d7322.zip cpython-1ead69849486321bd46ae2750da0b32c199d7322.tar.gz cpython-1ead69849486321bd46ae2750da0b32c199d7322.tar.bz2 |
I'm assuming this is correct, it fixes the tests so they pass again
Diffstat (limited to 'Lib/test/test_codecs.py')
-rw-r--r-- | Lib/test/test_codecs.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test_codecs.py b/Lib/test/test_codecs.py index 57edd26..21cd1b9 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: |