[issue27921] f-strings: do not allow backslashes

Serhiy Storchaka report at bugs.python.org
Thu Sep 1 15:28:28 EDT 2016


Serhiy Storchaka added the comment:

> -            result.append(f'  [Previous line repeated {count-3} more times]\n')
> +            result.append(f'  [Previous line repeated {count-3} more times]''\n')

This looks a little ugly.

----------
nosy: +serhiy.storchaka

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27921>
_______________________________________


More information about the Python-bugs-list mailing list