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 georg.brandl
Recipients
Date 2007-05-15.20:41:21
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
You are certainly right that this should be documented properly.

BTW, after you import x.y, y is an attribute of module x. When you write "x.y.foo", Python knows nothing about modules any more, it just handles attribute access of arbitrary objects which happen to be modules.
History
Date User Action Args
2007-08-23 14:53:41adminlinkissue1719423 messages
2007-08-23 14:53:41admincreate