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 Rhamphoryncus, brett.cannon, bronger, dcjim, eric.araujo, eric.snow, flox, jhylton, loewis, ncoghlan, sbt, tim.peters
Date 2013-04-14.07:59:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1365926361.86.0.279407140478.issue992389@psf.upfronthosting.co.za>
In-reply-to
Content
The implementation of issue #17636 (making IMPORT_FROM fall back to sys.modules when appropriate) will make "import x.y" and "from x import y" equivalent for resolution purposes during import.

That covers off the subset of circular references that we want to allow, so I'm closing this one in favour of the more precisely defined proposal.
History
Date User Action Args
2013-04-14 07:59:21ncoghlansetrecipients: + ncoghlan, tim.peters, loewis, jhylton, brett.cannon, dcjim, Rhamphoryncus, bronger, eric.araujo, flox, sbt, eric.snow
2013-04-14 07:59:21ncoghlansetmessageid: <1365926361.86.0.279407140478.issue992389@psf.upfronthosting.co.za>
2013-04-14 07:59:21ncoghlanlinkissue992389 messages
2013-04-14 07:59:21ncoghlancreate