New submission from Mark Summerfield <m...@qtrac.eu>: 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. ---------- components: Library (Lib) messages: 90252 nosy: mark severity: normal status: open title: trace module doesn't seem to produce .cover files for Py3 (but does for Py2) type: behavior versions: Python 3.0, Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue6436> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com