mirror of
https://github.com/davidhalter/parso.git
synced 2025-12-07 05:14:29 +08:00
Remove a note about not parsing f-strings.
This commit is contained in:
@@ -41,7 +41,6 @@ Future
|
|||||||
Known Issues
|
Known Issues
|
||||||
============
|
============
|
||||||
|
|
||||||
- Python3.6's f-strings are not parsed, yet. This means no errors are found in them.
|
|
||||||
- `async`/`await` are already used as keywords in Python3.6.
|
- `async`/`await` are already used as keywords in Python3.6.
|
||||||
- `from __future__ import print_function` is not supported,
|
- `from __future__ import print_function` is not supported,
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user