This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2001-08-03.07:45:51
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

I've added an additional test.patch file, which only 
records the changes to Lib/test. With this patch, I get 
the following failures:
test_grammar test___all__ test_charmapcodec test_codecs 
test_gettext test_minidom test_pyexpat test_sax 
test_string test_ucn test_unicode test_unicodedata 
test_urllib test_zipfile1

I don't think this list cannot be reduced much further 
without seriously impacting the strength of the test suite.

To reduce the number of failures to this list, I also had 
to modify pickle.py to not use Unicode literals anymore. 
I'm not sure whether this is a good idea, as it impacts 
performance; the pickle.patch is attached separately.

History
Date User Action Args
2007-08-23 15:06:45adminlinkissue445762 messages
2007-08-23 15:06:45admincreate