flake8/docs/source/release-notes/3.0.4.rst
2021-04-03 18:21:02 -07:00

11 lines
328 B
ReStructuredText

3.0.4 -- 2016-08-08
-------------------
- Side-step a Pickling Error when using Flake8 with multiprocessing on Unix
systems. (See also :issue:`1014`)
- Fix an Attribute Error raised when dealing with Invalid Syntax. (See also
:issue:`539`)
- Fix an unhandled Syntax Error when tokenizing files. (See also
:issue:`540`)