File: 2.5.0.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 (18 lines) | stat: -rw-r--r-- 596 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
2.5.0 - 2015-10-26
------------------

- **Improvement** Raise cap on PyFlakes for Python 3.5 support

- **Improvement** Avoid deprecation warnings when loading extensions
  (:issue:`102`, :issue:`445`)

- **Improvement** Separate logic to enable "off-by-default" extensions
  (:issue:`110`)

- **Bug** Properly parse options to setuptools Flake8 command (:issue:`408`)

- **Bug** Fix exceptions when output on stdout is truncated before Flake8
  finishes writing the output (:issue:`112`)

- **Bug** Fix error on OS X where Flake8 can no longer acquire or create new
  semaphores (:issue:`117`)