Coverage.py v3.5.1b1 is now available:
http://pypi.python.org/pypi/coverage/3.5.1b1
The only feature change is a new config file section, [paths], that
specifies how data from differently-named directories across machines
should be combined. The doc changes for this feature are at
https://bitbucket.org/ned/coveragepy/changeset/259f543d8acd
Branch coverage works better, "for-else" and "with" statements no longer
cause spurious partial branch warnings.
There are a few other fixes too, the CHANGES file has them all.
Enjoy.
--Ned.