https://bugs.kde.org/show_bug.cgi?id=396849
Bug ID: 396849
Summary: Parsing valid Python 3.6 f-string syntax fails with
"invalid syntax"
Product: kdev-python
Version: 5.2.3
Platform: Other
OS: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: Language support
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Python 3.6 introduced new string formatting syntax, f-strings:
https://docs.python.org/3/reference/lexical_analysis.html#f-strings, e.g.
number = 42
message = f'there is {number} apples'
This doesn't seem to be supported, at least with my setup. Is there some
setting/configuration/unreleased version that could help?
--
You are receiving this mail because:
You are watching all bug changes.