summaryrefslogtreecommitdiff
path: root/docs/intro.rst
diff options
context:
space:
mode:
authorIan Stapleton Cordasco <graffatcolmingov@gmail.com>2018-02-17 15:01:03 -0600
committerGitHub <noreply@github.com>2018-02-17 15:01:03 -0600
commiteb91b79ab38aad4d44a3b52b02605412f32ba5ae (patch)
tree1b37b5704da2c84b8dc53c5b9fbc160435c019a2 /docs/intro.rst
parent01ecae5a87d2bdf7df6528722e0c2ae36930d90f (diff)
parent1711fb429ae4815faa55bc9ccceca59f27f88706 (diff)
downloadpep8-eb91b79ab38aad4d44a3b52b02605412f32ba5ae.tar.gz
Merge pull request #684 from jdufresne/async-await
Add W606 warning for async and await keywords in Python 3.7
Diffstat (limited to 'docs/intro.rst')
-rw-r--r--docs/intro.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/intro.rst b/docs/intro.rst
index 854dc54..80ef08f 100644
--- a/docs/intro.rst
+++ b/docs/intro.rst
@@ -419,6 +419,8 @@ This is the current list of error and warning codes:
+------------+----------------------------------------------------------------------+
| W605 | invalid escape sequence '\x' |
+------------+----------------------------------------------------------------------+
+| W606 | 'async' and 'await' are reserved keywords starting with Python 3.7 |
++------------+----------------------------------------------------------------------+
**(*)** In the default configuration, the checks **E121**, **E123**, **E126**,