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, mark, ncoghlan, orsenthil
Date 2011-01-17.15:16:42
SpamBayes Score 5.078725e-05
Marked as misclassified No
Message-id <1295277405.67.0.690182199144.issue10926@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, 7902 was a bug that tried to do an absolute import if an explicit relative import failed to find anything (i.e. it had inherited the old implicit relative import fallback, which was entirely inappropriate for the new use case).

Since the significant import in these examples should correctly be written as "from .. import Xpm", it should fail in 2.6.6 and 3.1.3 as well.

If you could confirm that at least 3.1.3 also gives the expected error message, we'll close this as a dupe of 7902.
History
Date User Action Args
2011-01-17 15:16:46ncoghlansetrecipients: + ncoghlan, brett.cannon, orsenthil, mark
2011-01-17 15:16:45ncoghlansetmessageid: <1295277405.67.0.690182199144.issue10926@psf.upfronthosting.co.za>
2011-01-17 15:16:42ncoghlanlinkissue10926 messages
2011-01-17 15:16:42ncoghlancreate