New submission from Aifu LIU <laf...@gmail.com>:

The string prefixes u and f can't used together, for example:

>>> age = 30
>>> s = uf'年龄:{age}'
  File "<stdin>", line 1
    s = uf'年龄:{age}'
                   ^
SyntaxError: invalid syntax
>>>

----------
components: Unicode
messages: 316883
nosy: Aifu LIU, ezio.melotti, vstinner
priority: normal
severity: normal
status: open
title: The string prefixes u and f can't used together
type: crash
versions: Python 3.6

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

Reply via email to