Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------
nosy: +ncoghlan

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10926>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to