]> granicus.if.org Git - python/commit
Issue #25179: Documentation for formatted string literals aka f-strings
authorMartin Panter <vadmium+py@gmail.com>
Sat, 13 Feb 2016 00:41:37 +0000 (00:41 +0000)
committerMartin Panter <vadmium+py@gmail.com>
Sat, 13 Feb 2016 00:41:37 +0000 (00:41 +0000)
commitbc1ee460dcbe5811ebb10a6cacd8d3670846f039
tree1ce59d900fa4173482085eeca44bfe864336534a
parente0b23095ee03a11d09f38cbc689307dc5c93afda
Issue #25179: Documentation for formatted string literals aka f-strings

Some of the inspiration and wording is taken from the text of PEP 498 by Eric
V. Smith, and the existing str.format() documentation.
Doc/faq/programming.rst
Doc/library/datetime.rst
Doc/library/enum.rst
Doc/library/stdtypes.rst
Doc/library/string.rst
Doc/reference/datamodel.rst
Doc/reference/lexical_analysis.rst
Doc/tutorial/inputoutput.rst
Doc/tutorial/introduction.rst
Doc/whatsnew/3.6.rst