You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the Template strings section of Doc/library/string.rst to clarify that this is unrelated to t-strings (it's $-strings)
A section after the f-strings part of the tutorial where perhaps we show writing a function. I'm 50-50 on this (the cookbook might be enough.)
This can be a follow-on PR, but probably shouldn't be part of the first PR?:
Consider building a "Python string formatting cookbook" that explains when you might use each of Python's increasingly many formatting features. (One question we got asked a lot at PyCon was: "are f-strings deprecated"?)
We should write the offical document for https://docs.python.org/3/library/
string.templatelibin the Library reference sectionastdocslexical-analysis.rstsection with the_f-stringsrole and make sure it covers t-strings appropriately.BUILD_INTERPOLATIONandBUILD_TEMPLATEto thedisdocs, probably somewhere nearBUILD_TUPLETemplate stringssection ofDoc/library/string.rstto clarify that this is unrelated to t-strings (it's $-strings)This can be a follow-on PR, but probably shouldn't be part of the first PR?: