mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-30 10:46:54 +00:00
20 lines
530 B
ReStructuredText
20 lines
530 B
ReStructuredText
3.0.4 -- 2016-08-08
|
|
-------------------
|
|
|
|
- Side-step a Pickling Error when using Flake8 with multiprocessing on Unix
|
|
systems. (See also `GitLab#164`_)
|
|
|
|
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
|
|
`GitLab#203`_)
|
|
|
|
- Fix an unhandled Syntax Error when tokenizing files. (See also
|
|
`GitLab#205`_)
|
|
|
|
|
|
.. links
|
|
.. _GitLab#164:
|
|
https://gitlab.com/pycqa/flake8/issues/164
|
|
.. _GitLab#203:
|
|
https://gitlab.com/pycqa/flake8/issues/203
|
|
.. _GitLab#205:
|
|
https://gitlab.com/pycqa/flake8/issues/205
|