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 towb
Recipients towb
Date 2016-07-04.09:54:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1467626072.62.0.919470824468.issue27447@psf.upfronthosting.co.za>
In-reply-to
Content
Command line tools usually use the shebang and don't have a .py extension. This breaks the `python -m doctest` shortcut for testmod().

Getting it to work is probably ugly, but there should be a useful message. Currently it's just a NameError for every function, which is very confusing.
History
Date User Action Args
2016-07-04 09:54:32towbsetrecipients: + towb
2016-07-04 09:54:32towbsetmessageid: <1467626072.62.0.919470824468.issue27447@psf.upfronthosting.co.za>
2016-07-04 09:54:32towblinkissue27447 messages
2016-07-04 09:54:31towbcreate