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 brett.cannon
Recipients Arfrever, benjamin.peterson, brett.cannon, docs@python, eric.snow
Date 2012-04-20.15:13:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1334934832.28.0.0540702325702.issue14628@psf.upfronthosting.co.za>
In-reply-to
Content
So I think the sentence is saying exactly what is going on, but you want clarification that the module object is originating from sys.modules specifically. So you could change the sentence to "The first form of import statement binds the module name in the local namespace to the module object as found in sys.modules."
History
Date User Action Args
2012-04-20 15:13:52brett.cannonsetrecipients: + brett.cannon, benjamin.peterson, Arfrever, docs@python, eric.snow
2012-04-20 15:13:52brett.cannonsetmessageid: <1334934832.28.0.0540702325702.issue14628@psf.upfronthosting.co.za>
2012-04-20 15:13:51brett.cannonlinkissue14628 messages
2012-04-20 15:13:51brett.cannoncreate