Skip to content

Latest commit

 

History

History
61 lines (40 loc) · 1.79 KB

3.6.0.rst

File metadata and controls

61 lines (40 loc) · 1.79 KB

3.6.0 -- 2018-10-23

You can view the 3.6.0 milestone on GitHub for more details.

New Dependency Information

Features

Bugs Fixed

  • Respect a formatter's newline setting when printing (See also :issue:`1238`)
  • Fix leaking of processes in the legacy api (See also :issue:`650`, :issue:`879`)
  • Fix a SyntaxWarning for an invalid escape sequence (See also :issue:`1186`)
  • Fix DeprecationWarning due to import of abc classes from the collections module (See also :issue:`887`)
  • Defer setuptools import to improve flake8 startup time (See also :issue:`1190`)
  • Fix inconsistent line endings in FileProcessor.lines when running under python 3.x (See also :issue:`263`, :issue:`889`)