From 36ddbaddf4666739bbd260356a7aed8f48f5d3b3 Mon Sep 17 00:00:00 2001 From: Dave Halter Date: Sat, 2 Sep 2017 14:13:47 +0200 Subject: [PATCH] Remove a note about not parsing f-strings. --- README.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/README.rst b/README.rst index 695b2f2..2b3b4e0 100644 --- a/README.rst +++ b/README.rst @@ -41,7 +41,6 @@ Future 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,