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 amaury.forgeotdarc, doerwalter, jarek, loewis, terry.reedy
Date 2009-04-25.09:16:27
SpamBayes Score 9.238823e-09
Marked as misclassified No
Message-id <1240650992.12.0.37495320999.issue5828@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a third version of the patch. AFAICT the logic of the unicode
database is as follows:

* If the NODELTA_MASK is not set, delta is an offset.
* If NODELTA_MASK is set and delta is != 0, delta is the
upper/lower/title case character.
* If NODELTA_MASK is set and delta is == 0, there is no
upper/lower/title case variant (i.e. the method returns the original
character.

Is this the correct interpretation?

I've also updated the testsuite (changed the checksum and added a new test).

(BTW, the patch is against the py3k branch).
History
Date User Action Args
2009-04-25 09:16:32doerwaltersetrecipients: + doerwalter, loewis, terry.reedy, amaury.forgeotdarc, jarek
2009-04-25 09:16:32doerwaltersetmessageid: <1240650992.12.0.37495320999.issue5828@psf.upfronthosting.co.za>
2009-04-25 09:16:30doerwalterlinkissue5828 messages
2009-04-25 09:16:30doerwaltercreate