Remove a note about not parsing f-strings.

This commit is contained in:
Dave Halter
2017-09-02 14:13:47 +02:00
parent b944fb9145
commit 36ddbaddf4

View File

@@ -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,