Change by Evan Newman :
--
title: Some Errors involving formatted strings aren't reported in the right
place. -> Some Errors involving formatted strings aren't reported in the right
place.
___
Python tracker
<https://bugs.pytho
New submission from Evan Newman :
Formatted strings seem to have some quirks.
if you try putting in this, for example;
print(f'{0 0}')
; you get a syntax error, which is probably intended, but where the error is
reported is not always accurate. for example;
#just a comment,