github nedbat/coveragepy coverage-3.0.1
3.0.1

latest releases: 7.6.3, 7.6.2, 7.6.1...
20 hours ago

Version 3.0.1 — 2009-07-07

  • Removed the recursion limit in the tracer function. Previously, code that ran more than 500 frames deep would crash. Fixed issue 9.
  • Fixed a bizarre problem involving pyexpat, whereby lines following XML parser invocations could be overlooked. Fixed issue 10.
  • On Python 2.3, coverage.py could mis-measure code with exceptions being raised. This is now fixed.
  • The coverage.py code itself will now not be measured by coverage.py, and no coverage.py modules will be mentioned in the nose –with-cover plug-in. Fixed issue 8.
  • When running source files, coverage.py now opens them in universal newline mode just like Python does. This lets it run Windows files on Mac, for example.

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

Don't miss a new coveragepy release

NewReleases is sending notifications on new releases.