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 gvanrossum
Recipients
Date 2002-04-17.20:50:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=6380

The test seems fine, and a good addition.  Don't worry too
much about how to report the failure (though perhaps
including the key word "subtype" in the error output might
help).

I noticed that when I change the Unicode function fixup() to
not do a check for subclasses, I only get very few failures:
one for capitalize, two for lower, one for upper. I think
this is because the test suite doesn't have enough sample
cases where the output is the same as the input. Maybe some
could be added.

But go ahead and check in diff3.txt.
History
Date User Action Args
2007-08-23 15:11:52adminlinkissue536241 messages
2007-08-23 15:11:52admincreate