Note about error behaviour depending on Python version, e.g. F812

This commit is contained in:
Peter Cock 2017-04-26 10:57:33 +00:00
parent 5218099504
commit 180196f281

View file

@ -70,6 +70,9 @@ generates its own :term:`error code`\ s for ``pyflakes``:
| F841 | local variable ``name`` is assigned to but never used |
+------+---------------------------------------------------------------------+
Note that some of these entries behave differently on Python 2 and Python 3,
for example F812 is specific to Python 2 only.
We also report one extra error: ``E999``. We report ``E999`` when we fail to
compile a file into an Abstract Syntax Tree for the plugins that require it.