From 4ff25e8c92d40beebc9a3e50b043770e0bb289e0 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 29 Jul 2017 16:11:04 +0200 Subject: [PATCH] A bit of a better overview in the README what current issues are. --- README.rst | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.rst b/README.rst index d50fd85..695b2f2 100644 --- a/README.rst +++ b/README.rst @@ -32,10 +32,18 @@ Installation pip install parso +Future +====== + +- There will be better support for refactoring and comments. Stay tuned. +- There's a WIP PEP8 validator. It's however not in a good shape, yet. + 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. +- `from __future__ import print_function` is not supported, Testing =======