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 benjamin.peterson
Recipients benjamin.peterson, ezio.melotti
Date 2012-01-19.04:22:53
SpamBayes Score 0.056731783
Marked as misclassified No
Message-id <1326946975.13.0.733756833132.issue13822@psf.upfronthosting.co.za>
In-reply-to
Content
The isupper() and islower() methods currently use the Lowercase and Uppercase derived properties. Technically, they should use the Changes_When_(Lowercased/Uppercased/Titlecased) and Changes_When_Casemapped derived properties to compute their results.
History
Date User Action Args
2012-01-19 04:22:55benjamin.petersonsetrecipients: + benjamin.peterson, ezio.melotti
2012-01-19 04:22:55benjamin.petersonsetmessageid: <1326946975.13.0.733756833132.issue13822@psf.upfronthosting.co.za>
2012-01-19 04:22:54benjamin.petersonlinkissue13822 messages
2012-01-19 04:22:53benjamin.petersoncreate