Note in README that f-strings are not parsed.

This commit is contained in:
Dave Halter
2017-07-29 15:35:27 +02:00
parent c139ef4107
commit 436105e11a

View File

@@ -32,6 +32,10 @@ Installation
pip install parso
Known Issues
============
- Python3.6's f-strings are not parsed, yet. This means no errors are found in them.
Testing
=======