[Python-checkins] r52552 - python/trunk/Lib/test/test_codecs.py

neal.norwitz python-checkins at python.org
Mon Oct 30 00:58:37 CET 2006


Author: neal.norwitz
Date: Mon Oct 30 00:58:36 2006
New Revision: 52552

Modified:
   python/trunk/Lib/test/test_codecs.py
Log:
I'm assuming this is correct, it fixes the tests so they pass again

Modified: python/trunk/Lib/test/test_codecs.py
==============================================================================
--- python/trunk/Lib/test/test_codecs.py	(original)
+++ python/trunk/Lib/test/test_codecs.py	Mon Oct 30 00:58:36 2006
@@ -1068,6 +1068,7 @@
 only_strict_mode = [
     "idna",
     "zlib_codec",
+    "bz2_codec",
 ]
 
 try:


More information about the Python-checkins mailing list