File: 3.7.8.rst

package info (click to toggle)
python-flake8 7.3.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,224 kB
  • sloc: python: 6,634; sh: 21; makefile: 19
file content (23 lines) | stat: -rw-r--r-- 615 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
3.7.8 -- 2019-07-08
-------------------

You can view the `3.7.8 milestone`_ on GitHub for more details.

Bugs Fixed
~~~~~~~~~~

- Fix handling of ``Application.parse_preliminary_options_and_args`` when
  argv is an empty list (See also :issue:`1303`, :issue:`694`)

- Fix crash when a file parses but fails to tokenize (See also :issue:`1210`,
  :issue:`1088`)

- Log the full traceback on plugin exceptions (See also :issue:`926`)

- Fix ``# noqa: ...`` comments with multi-letter codes (See also :issue:`931`,
  :issue:`1101`)


.. all links
.. _3.7.8 milestone:
    https://github.com/pycqa/flake8/milestone/30