[Python-Dev] Relative imports in Py3k

Nick Coghlan ncoghlan at gmail.com
Sun Sep 26 13:07:38 CEST 2010


On Sun, Sep 26, 2010 at 7:46 AM, "Martin v. Löwis" <martin at v.loewis.de> wrote:
> What you read as a bug report was labeled "user story",
> which I think is anatoly's way of saying "it's not a bug
> report".

Skimming the original post, I actually thought of two possible
candidates that fit the "it doesn't work" moniker when it comes to
imports:

http://bugs.python.org/issue8098 (multi-threaded dodginess courtesy of
some deadlock avoidance we added a while back)
http://bugs.python.org/issue992389 (ah, the joys of circular imports -
our dear little 6 year old tracker issue...)

Not quite what anatoly is talking about though (see other post).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list