blob: 3ad92b17ac4160132030f058d345f4a7bb683c85 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
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`)
|