I have code that runs conditionally depending on the current version of Python, because I\'m supporting 2.6, 2.7, and 3.3 from the same package.
I currently generate a c
http://nedbatchelder.com/code/coverage/cmd.html#cmd-combining is of use according to the developer.