[issue27921] f-strings: do not allow backslashes

Roundup Robot report at bugs.python.org
Sat Sep 3 09:18:41 EDT 2016


Roundup Robot added the comment:

New changeset d7ce127b5c0f by Eric V. Smith in branch 'default':
Closes issue 27921: Disallow backslashes anywhere in f-strings. This is a temporary restriction. In 3.6 beta 2, the plan is to again allow backslashes in the string parts of f-strings, but disallow them in the expression parts.
https://hg.python.org/cpython/rev/d7ce127b5c0f

----------
nosy: +python-dev
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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


More information about the Python-bugs-list mailing list