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 dabeaz
Recipients CuriousLearner, dabeaz, docs@python, serhiy.storchaka, terry.reedy
Date 2018-03-10.16:27:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520699252.18.0.467229070634.issue33014@psf.upfronthosting.co.za>
In-reply-to
Content
s = 'Some String'
s.isalnum()
s.isalpha()
s.isdecimal()
s.isdigit()
s.isidentifier()
s.islower()
s.isnumeric()
s.isprintable()
s.isspace()
s.istitle()
s.isupper()

Not really sure where I would have gotten the idea that it might be referring to s.iskeyword().  But what do I know?  I'll stop submitting further suggestions.
History
Date User Action Args
2018-03-10 16:27:32dabeazsetrecipients: + dabeaz, terry.reedy, docs@python, serhiy.storchaka, CuriousLearner
2018-03-10 16:27:32dabeazsetmessageid: <1520699252.18.0.467229070634.issue33014@psf.upfronthosting.co.za>
2018-03-10 16:27:32dabeazlinkissue33014 messages
2018-03-10 16:27:32dabeazcreate