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:54:03
SpamBayes Score 0.0059921276
Marked as misclassified No
Message-id <1215219244.07.0.295378722997.issue3221@psf.upfronthosting.co.za>
In-reply-to
Content
One idea would be to change the import code to only produce a warning
for a missing __package__ entry instead of a SystemError (reserving the
SystemError for cases where the package name is derived from __name__
rather than being retrieved from the __package__ attribute).
History
Date User Action Args
2008-07-05 00:54:04ncoghlansetspambayes_score: 0.00599213 -> 0.0059921276
recipients: + ncoghlan, twouters, schmir
2008-07-05 00:54:04ncoghlansetspambayes_score: 0.00599213 -> 0.00599213
messageid: <1215219244.07.0.295378722997.issue3221@psf.upfronthosting.co.za>
2008-07-05 00:54:03ncoghlanlinkissue3221 messages
2008-07-05 00:54:03ncoghlancreate