Martin Panter added the comment:

Another strange error message (though maybe the new test changes you mentioned 
caught this):

>>> f'{3:{10}'  # Actually missing a closing bracket '}'
  File "<stdin>", line 1
SyntaxError: f-string: unexpected '}'

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue24965>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to