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 r.david.murray
Recipients daniel.wagner-hall, pitrou, r.david.murray
Date 2012-09-05.00:06:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1346803604.98.0.164142909939.issue15864@psf.upfronthosting.co.za>
In-reply-to
Content
It isn't the file things are defined in that matters, it is how the module object is named.  As I said, foo.bar.baz and bar.baz are different objects from Python's point of view, as you found out.
History
Date User Action Args
2012-09-05 00:06:45r.david.murraysetrecipients: + r.david.murray, pitrou, daniel.wagner-hall
2012-09-05 00:06:44r.david.murraysetmessageid: <1346803604.98.0.164142909939.issue15864@psf.upfronthosting.co.za>
2012-09-05 00:06:44r.david.murraylinkissue15864 messages
2012-09-05 00:06:44r.david.murraycreate