[docs] [issue33014] Clarify str.isidentifier docstring; fix keyword.iskeyword docstring

Serhiy Storchaka report at bugs.python.org
Mon Mar 12 16:01:50 EDT 2018


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue33014>
_______________________________________


More information about the docs mailing list