[Python-ideas] isascii()/islatin1()/isbmp()

Serhiy Storchaka storchaka at gmail.com
Sat Jun 30 18:41:59 CEST 2012


On 30.06.12 19:14, Nick Coghlan wrote:
> Why not just expose max_code_point directly instead of adding three new methods?

I think it will be easier to use. You do not have to remember that the 
maximum ASCII code is 127. This is similar to the old is*() methods.




More information about the Python-ideas mailing list