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 ncoghlan
Recipients brett.cannon, eric.snow, flox, ncoghlan
Date 2013-05-20.03:29:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1369020542.76.0.307573278964.issue18018@psf.upfronthosting.co.za>
In-reply-to
Content
For the specific case given, both error messages are misleading anyway - the problem is attempting to directly execute a module inside a package instead of using "-m".

However, for the case of attempting a relative import from a top level module, the old message is indeed preferable.
History
Date User Action Args
2013-05-20 03:29:02ncoghlansetrecipients: + ncoghlan, brett.cannon, flox, eric.snow
2013-05-20 03:29:02ncoghlansetmessageid: <1369020542.76.0.307573278964.issue18018@psf.upfronthosting.co.za>
2013-05-20 03:29:02ncoghlanlinkissue18018 messages
2013-05-20 03:29:02ncoghlancreate