github nedbat/coveragepy coverage-3.6b2
3.6b2

latest releases: 7.6.3, 7.6.2, 7.6.1...
pre-release22 hours ago

Version 3.6b2 — 2012-12-23

  • Coverage.py runs on Python 2.3 and 2.4 again. It was broken in 3.6b1.
  • The C extension is optionally compiled using a different more widely-used technique, taking another stab at fixing issue 80 once and for all.
  • Combining data files would create entries for phantom files if used with source and path aliases. It no longer does.
  • debug sys now shows the configuration file path that was read.
  • If an oddly-behaved package claims that code came from an empty-string file name, coverage.py no longer associates it with the directory name, fixing issue 221.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.