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 adelfino
Recipients adelfino
Date 2018-05-03.23:37:01
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1525390621.75.0.682650639539.issue33422@psf.upfronthosting.co.za>
In-reply-to
Content
Right now, for string/byte literals help() shows, for example:

No Python documentation found for 'r'.
Use help() to get the interactive help utility.
Use help(str) for help on the str class.

PR fixes the quotation mark removal and updates the list with f and u literals, while also adding uppercase versions of all literals. While the list is install incomplete (e.g., fR and the others could be listed) I believe that's too much.
History
Date User Action Args
2018-05-03 23:37:01adelfinosetrecipients: + adelfino
2018-05-03 23:37:01adelfinosetmessageid: <1525390621.75.0.682650639539.issue33422@psf.upfronthosting.co.za>
2018-05-03 23:37:01adelfinolinkissue33422 messages
2018-05-03 23:37:01adelfinocreate