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 chris.jerdonek
Recipients chris.jerdonek, larry, michael.foord
Date 2012-09-28.09:09:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348823351.74.0.167768426012.issue16064@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like the offending line is here:

http://hg.python.org/cpython/file/6ccb04c4cbae/Lib/unittest/__main__.py#l5

if sys.argv[0].endswith("__main__.py"):
    sys.argv[0] = "python -m unittest"
History
Date User Action Args
2012-09-28 09:09:11chris.jerdoneksetrecipients: + chris.jerdonek, larry, michael.foord
2012-09-28 09:09:11chris.jerdoneksetmessageid: <1348823351.74.0.167768426012.issue16064@psf.upfronthosting.co.za>
2012-09-28 09:09:11chris.jerdoneklinkissue16064 messages
2012-09-28 09:09:11chris.jerdonekcreate