mirror of
https://github.com/PyCQA/flake8.git
synced 2026-03-29 18:46:52 +00:00
17 lines
433 B
ReStructuredText
17 lines
433 B
ReStructuredText
3.8.4 -- 2020-10-02
|
|
-------------------
|
|
|
|
You can view the `3.8.4 milestone`_ on GitHub for more details.
|
|
|
|
Bugs Fixed
|
|
~~~~~~~~~~
|
|
|
|
- Fix multiprocessing errors on platforms without ``sem_open`` syscall. (See
|
|
also :issue:`1282`)
|
|
|
|
- Fix skipping of physical checks on the last line of a file which does not
|
|
end in a newline (See also :issue:`997`)
|
|
|
|
.. all links
|
|
.. _3.8.4 milestone:
|
|
https://github.com/pycqa/flake8/milestone/36
|