[issue6436] trace module doesn't seem to produce .cover files for Py3 (but does for Py2)

2010-08-02 Thread Georg Brandl
Georg Brandl ge...@python.org added the comment: Duplicate of #1690103. -- nosy: +georg.brandl resolution: - duplicate status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue6436

[issue6436] trace module doesn't seem to produce .cover files for Py3 (but does for Py2)

2010-02-21 Thread Michael Newman
Michael Newman michael.b.new...@gmail.com added the comment: I noticed the same behavior today. Let's consider a test case using my python script version_check.py (attached). Normally the script does the following on my Ubuntu 9.10 box: # Python 2.6 example: m...@ebx2009:~/test$ which python

[issue6436] trace module doesn't seem to produce .cover files for Py3 (but does for Py2)

2009-07-08 Thread Mark Summerfield
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