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 docs@python, eric.araujo, ezio.melotti, georg.brandl, serhiy.storchaka, willingc
Date 2018-10-23.17:45:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1540316703.62.0.788709270274.issue35054@psf.upfronthosting.co.za>
In-reply-to
Content
The proposed PR adds index entries for all operators, syntax elements and keywords. It also adds index entries for symbols in related minilanguages:

* escape sequences in string literals
* metacharacters and escape sequences in regular expressions
* symbols in printf-style formatting, string formatting, f-strings and template strings
* special symbols for OS (pathnames and interpolation)
* special symbols in doctests
* and others

Also fixed several errors in formatting.
History
Date User Action Args
2018-10-23 17:45:03serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, ezio.melotti, eric.araujo, docs@python, willingc
2018-10-23 17:45:03serhiy.storchakasetmessageid: <1540316703.62.0.788709270274.issue35054@psf.upfronthosting.co.za>
2018-10-23 17:45:03serhiy.storchakalinkissue35054 messages
2018-10-23 17:45:03serhiy.storchakacreate