[Python-ideas] isascii()/islatin1()/isbmp() (original) (raw)
Serhiy Storchaka storchaka at gmail.com
Sat Jun 30 18:41:59 CEST 2012
- Previous message: [Python-ideas] isascii()/islatin1()/isbmp()
- Next message: [Python-ideas] isascii()/islatin1()/isbmp()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On 30.06.12 19:14, Nick Coghlan wrote:
Why not just expose maxcodepoint 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.
- Previous message: [Python-ideas] isascii()/islatin1()/isbmp()
- Next message: [Python-ideas] isascii()/islatin1()/isbmp()
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]