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 aldwinaldwin
Recipients aldwinaldwin, xtreak
Date 2019-06-04.08:54:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559638463.74.0.509291608796.issue37147@roundup.psfhosted.org>
In-reply-to
Content
From this idea [0] by Karthikeyan Singaravelan and added to his code in hack [1].

name = "karthikeyan"
print(f"{name =[}")
print(f"{name=[}")
print(f"{age = [}")
print(f"{age= [}")

[prog.py:2] name ='karthikeyan'
[prog.py:3] name='karthikeyan'
[prog.py:4] name = 'karthikeyan'
[prog.py:5] name= 'karthikeyan'


[0] https://tirkarthi.github.io/programming/2019/05/08/f-string-debugging.html

[1] https://github.com/tirkarthi/cpython/commit/d0fcbe67f6bb8ad60744b0a4973c4dc69fda65a9
History
Date User Action Args
2019-06-04 08:54:23aldwinaldwinsetrecipients: + aldwinaldwin, xtreak
2019-06-04 08:54:23aldwinaldwinsetmessageid: <1559638463.74.0.509291608796.issue37147@roundup.psfhosted.org>
2019-06-04 08:54:23aldwinaldwinlinkissue37147 messages
2019-06-04 08:54:23aldwinaldwincreate