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 belopolsky
Recipients belopolsky, eli.bendersky, terry.reedy
Date 2010-07-21.03:55:15
SpamBayes Score 2.5410745e-05
Marked as misclassified No
Message-id <1279684517.72.0.339180822414.issue9317@psf.upfronthosting.co.za>
In-reply-to
Content
Here is another problem: with no file x in cwd,

$ ./python.exe -m trace  -c -f x traceme.py
Skipping counts file 'x': [Errno 2] No such file or directory: 'x'

This one seems to exist in both 2.7 and 3.x.  Creating empty counts file helps.
History
Date User Action Args
2010-07-21 03:55:18belopolskysetrecipients: + belopolsky, terry.reedy, eli.bendersky
2010-07-21 03:55:17belopolskysetmessageid: <1279684517.72.0.339180822414.issue9317@psf.upfronthosting.co.za>
2010-07-21 03:55:15belopolskylinkissue9317 messages
2010-07-21 03:55:15belopolskycreate