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 dsuch
Recipients
Date 2005-06-02.22:00:54
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Hi,
I think there's a typo in unicodedata module's _getcode
function.
Line 823 (today's CVS build) should be 

if (L != -1 && V != -1 && T != -1 && pos-name == namelen) {

not 

if (V != -1 && V != -1 && T != -1 && pos-name == namelen) {

as in attached patch.
History
Date User Action Args
2007-08-23 15:43:12adminlinkissue1213831 messages
2007-08-23 15:43:12admincreate