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 tchrist
Recipients Arfrever, belopolsky, ezio.melotti, gvanrossum, mrabarnett, tchrist
Date 2011-08-26.23:55:57
SpamBayes Score 3.2494878e-05
Marked as misclassified No
Message-id <1314402959.4.0.843868673166.issue12736@psf.upfronthosting.co.za>
In-reply-to
Content
Here’s my casing test suite; I thought I sent it in but the mux file here isn’t the full thing.

 It does several things, including letting you run it with regex vs re.  It also checks for the islower, etc functions. It has both simple and full (and turkic) maps and folds in it, but is configured to only check the simple versions for now.  The islower and isupper etc functions seem to be checking the wrong Unicode property.

Yes, it has my quaint Unixisms in it, because it needs to run with UTF-8 output, or you can't read what's going on.
History
Date User Action Args
2011-08-26 23:55:59tchristsetrecipients: + tchrist, gvanrossum, belopolsky, ezio.melotti, mrabarnett, Arfrever
2011-08-26 23:55:59tchristsetmessageid: <1314402959.4.0.843868673166.issue12736@psf.upfronthosting.co.za>
2011-08-26 23:55:58tchristlinkissue12736 messages
2011-08-26 23:55:58tchristcreate