I'm assuming this is correct, it fixes the tests so they pass again

This commit is contained in:
Neal Norwitz 2006-10-29 23:58:36 +00:00
parent 7b932da443
commit 1ead698494
1 changed files with 1 additions and 0 deletions

View File

@ -1068,6 +1068,7 @@ broken_incremental_coders = broken_unicode_with_streams[:]
only_strict_mode = [
"idna",
"zlib_codec",
"bz2_codec",
]
try: