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 michael.foord
Recipients ezio.melotti, michael.foord, pitrou, r.david.murray, rbcollins
Date 2014-11-20.17:00:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1416502856.91.0.442693710885.issue22858@psf.upfronthosting.co.za>
In-reply-to
Content
One way would be to have an _main.py and have main.py "import *" (or equivalent) from it. We can't get rid of unittest.main being an alias for TestProgram - that's been around forever.
History
Date User Action Args
2014-11-20 17:00:56michael.foordsetrecipients: + michael.foord, pitrou, rbcollins, ezio.melotti, r.david.murray
2014-11-20 17:00:56michael.foordsetmessageid: <1416502856.91.0.442693710885.issue22858@psf.upfronthosting.co.za>
2014-11-20 17:00:56michael.foordlinkissue22858 messages
2014-11-20 17:00:56michael.foordcreate