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 adelfino, eric.smith, serhiy.storchaka
Date 2018-05-04.10:04:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525428268.52.0.682650639539.issue33422@psf.upfronthosting.co.za>
In-reply-to
Content
Interesting, I didn't know that pydoc supports this.

Specifying all possible prefixes is cumbersome and errorprone. The number of combinations grows exponentially with adding new letters. I suggest either to specify only lower-case variants and generate all variants with upper-case letters (as it done in the tokenize module) or always calls the lower() method when look up in the symbols dictionary.

It may be worth to add a special topic for f-strings.
History
Date User Action Args
2018-05-04 10:04:28serhiy.storchakasetrecipients: + serhiy.storchaka, eric.smith, adelfino
2018-05-04 10:04:28serhiy.storchakasetmessageid: <1525428268.52.0.682650639539.issue33422@psf.upfronthosting.co.za>
2018-05-04 10:04:28serhiy.storchakalinkissue33422 messages
2018-05-04 10:04:28serhiy.storchakacreate