This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mark
Recipients mark
Date 2009-07-08.06:37:34
SpamBayes Score 3.9465004e-07
Marked as misclassified No
Message-id <1247035057.94.0.368292747718.issue6436@psf.upfronthosting.co.za>
In-reply-to
Content
When I execute the following command line (Linux, Fedora 10) using
Python 2.5 or 2.6, I get a .cover file:

python2.5 -m trace --count MyModule.py

But when I do this with Python 3.0 or 3.1, no .cover file is output.

I didn't notice anything in the documentation suggesting a change in
behaviour, but I'm not familiar with this module, so perhaps I've missed
something.
History
Date User Action Args
2009-07-08 06:37:38marksetrecipients: + mark
2009-07-08 06:37:37marksetmessageid: <1247035057.94.0.368292747718.issue6436@psf.upfronthosting.co.za>
2009-07-08 06:37:35marklinkissue6436 messages
2009-07-08 06:37:34markcreate