[issue16570] Absolute imports fail to take full path into account?

Dirkjan Ochtman report at bugs.python.org
Wed Nov 28 18:31:15 CET 2012


Dirkjan Ochtman added the comment:

It's not nonsensical. Something exactly like it came up while I was looking into porting couchdb-python to Python 3. couchdb-python has had a couchdb.http module for a while now; it didn't start clashing with the stdlib until Python 3. Also, I don't understand why Python is trying to import any "bare" http, when all the imports are absolute.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16570>
_______________________________________


More information about the Python-bugs-list mailing list