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 serhiy.storchaka
Recipients CuriousLearner, dabeaz, docs@python, rhettinger, serhiy.storchaka, terry.reedy, willingc
Date 2018-03-12.20:01:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1520884910.71.0.467229070634.issue33014@psf.upfronthosting.co.za>
In-reply-to
Content
For changing a docstring we have to change the implementation of iskeyword(). It seems to me that the current implementation is the fastest, and any other implementation will be a tiny bit slower.

I just wanted to say that this enhancement has a non-zero cost.
History
Date User Action Args
2018-03-12 20:01:50serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, terry.reedy, dabeaz, docs@python, willingc, CuriousLearner
2018-03-12 20:01:50serhiy.storchakasetmessageid: <1520884910.71.0.467229070634.issue33014@psf.upfronthosting.co.za>
2018-03-12 20:01:50serhiy.storchakalinkissue33014 messages
2018-03-12 20:01:50serhiy.storchakacreate