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 jayvdb
Recipients docs@python, eric.smith, jayvdb
Date 2015-11-07.21:37:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446932228.8.0.493960237521.issue25179@psf.upfronthosting.co.za>
In-reply-to
Content
Might be useful to add a note to PEP 257 that f-strings are not valid as docstrings .

Or should f-strings be valid docstrings and raise an error if any variables present in the f-string do not exist in the outer scope?
History
Date User Action Args
2015-11-07 21:37:08jayvdbsetrecipients: + jayvdb, eric.smith, docs@python
2015-11-07 21:37:08jayvdbsetmessageid: <1446932228.8.0.493960237521.issue25179@psf.upfronthosting.co.za>
2015-11-07 21:37:08jayvdblinkissue25179 messages
2015-11-07 21:37:08jayvdbcreate