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 pitrou
Recipients benjamin.peterson, mark.dickinson, pitrou
Date 2008-08-21.21:14:45
SpamBayes Score 3.3818384e-07
Marked as misclassified No
Message-id <1219353283.5666.2.camel@fsol>
In-reply-to <1219353149.26.0.688636164101.issue3633@psf.upfronthosting.co.za>
Content
Le jeudi 21 août 2008 à 21:12 +0000, Mark Dickinson a écrit :
> For now, it just seems simplest to replace the isxdigit call with an 
> explicit check for the ASCII 7-bit characters '0' through '9', 'a' 
> through 'f'.

+1
I don't think it makes a lot of sense to support full width unicode
digits. Hex representation is quite specialized, it won't be produced by
casual users.
History
Date User Action Args
2008-08-21 21:14:46pitrousetrecipients: + pitrou, mark.dickinson, benjamin.peterson
2008-08-21 21:14:45pitroulinkissue3633 messages
2008-08-21 21:14:45pitroucreate