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, martin.panter, ncoghlan, wolma
Date 2016-07-14.08:00:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468483239.48.0.878017549218.issue27487@psf.upfronthosting.co.za>
In-reply-to
Content
+1 for the more verbose version, since that will tend to nudge folks towards <package>.__init__ as the likely culprit (and that does seem to be the most likely way for this particular double-import scenario to arise.

Brett, does that resolution sound reasonable to you, too?

Martin, would you have time to put together a follow-up patch adding the warning? (If not, I should be able to make time for it)
History
Date User Action Args
2016-07-14 08:00:39ncoghlansetrecipients: + ncoghlan, brett.cannon, eric.snow, martin.panter, wolma
2016-07-14 08:00:39ncoghlansetmessageid: <1468483239.48.0.878017549218.issue27487@psf.upfronthosting.co.za>
2016-07-14 08:00:39ncoghlanlinkissue27487 messages
2016-07-14 08:00:39ncoghlancreate