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 djc
Recipients brett.cannon, djc, ncoghlan
Date 2012-11-28.17:31:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354123875.82.0.845794222315.issue16570@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-11-28 17:31:15djcsetrecipients: + djc, brett.cannon, ncoghlan
2012-11-28 17:31:15djcsetmessageid: <1354123875.82.0.845794222315.issue16570@psf.upfronthosting.co.za>
2012-11-28 17:31:15djclinkissue16570 messages
2012-11-28 17:31:15djccreate