summaryrefslogtreecommitdiff
path: root/docs/source/release-notes/3.8.4.rst
blob: a5cb9343f83b525d9f77910256ac4e171e570b54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
3.8.4 -- 2020-10-02
-------------------

You can view the `3.8.4 milestone`_ on GitLab for more details.

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

- Fix multiprocessing errors on platforms without ``sem_open`` syscall.  (See
  also `GitLab!448`_)

- Fix skipping of physical checks on the last line of a file which does not
  end in a newline (See also `GitLab!451`_)

.. all links
.. _3.8.4 milestone:
    https://gitlab.com/pycqa/flake8/-/milestones/37

.. merge request links
.. _GitLab!448:
    https://gitlab.com/pycqa/flake8/merge_requests/448
.. _GitLab!451:
    https://gitlab.com/pycqa/flake8/merge_requests/451