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 doerwalter
Recipients
Date 2002-04-17.18:55:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=89016

Diff3.txt adds these tests to Lib/test/test_unicode.py and 
Lib/test/test_string.py. All tests pass (except that 
currently test_unicode.py fails the unicode_internal 
roundtripping test with --enable-unicode=ucs4) and when I 
change zfill back to always return self they properly fail.

I don't know whether the fail message should be made 
better, and how this would interact with "make test" and 
whether the "Prefer string methods over string module 
functions" part in test_string.py might pose problems.

And maybe the code could be simplyfied to always use the 
subclasses without first trying str und unicode?
History
Date User Action Args
2007-08-23 15:11:52adminlinkissue536241 messages
2007-08-23 15:11:52admincreate