Skip to content

4.0.2

Choose a tag to compare

@nedbat nedbat released this 13 Oct 23:32
· 4509 commits to master since this release

Version 4.0.2 — 2015-11-04

  • More work on supporting unusually encoded source. Fixed issue 431.
  • Files or directories with non-ASCII characters are now handled properly, fixing issue 432.
  • Setting a trace function with sys.settrace was broken by a change in 4.0.1, as reported in issue 436. This is now fixed.
  • Officially support PyPy 4.0, which required no changes, just updates to the docs.

➡️  PyPI page: coverage 4.0.2.
➡️  To install: python3 -m pip install coverage==4.0.2