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 ncoghlan, schmir, twouters
Date 2008-07-05.00:40:34
SpamBayes Score 0.13688219
Marked as misclassified No
Message-id <1215218437.23.0.457055948897.issue3221@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, setting an invalid value for __package__ will definitely break
relative imports (see PEP 361), but it probably shouldn't be breaking
absolute imports.
History
Date User Action Args
2008-07-05 00:40:37ncoghlansetspambayes_score: 0.136882 -> 0.13688219
recipients: + ncoghlan, twouters, schmir
2008-07-05 00:40:37ncoghlansetspambayes_score: 0.136882 -> 0.136882
messageid: <1215218437.23.0.457055948897.issue3221@psf.upfronthosting.co.za>
2008-07-05 00:40:35ncoghlanlinkissue3221 messages
2008-07-05 00:40:34ncoghlancreate