[issue36858] f-string '=' debugging output needs to be documented

2019-08-21 Thread sushma
sushma added the comment: Hello, I'd like to work on this and will take a look. -- nosy: +syadlapalli ___ Python tracker ___ ___ P

[issue36858] f-string '=' debugging output needs to be documented

2019-05-10 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Perhaps it can be added under Tutorial? https://docs.python.org/3/tutorial/inputoutput.html#formatted-string-literals -- ___ Python tracker ___

[issue36858] f-string '=' debugging output needs to be documented

2019-05-09 Thread Mariatta Wijaya
Mariatta Wijaya added the comment: Related issue where the '=' debug mode was implemented: https://bugs.python.org/issue36817 -- nosy: +Mariatta stage: -> needs patch ___ Python tracker ___

[issue36858] f-string '=' debugging output needs to be documented

2019-05-08 Thread Eric V. Smith
New submission from Eric V. Smith : There are two problems here: what to call this feature, and where to put it. The current f-string documentation is in Doc/reference/lexical_analysis.rst, which I'm not sure is the best place to add discussion about how this feature works. This feature is ru