File: 3.0.4.rst

package info (click to toggle)
python-flake8 7.1.1-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,212 kB
  • sloc: python: 6,592; sh: 21; makefile: 19
file content (11 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (2)
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`)