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 Ronny.Pfannschmidt
Recipients Ronny.Pfannschmidt, alexis, eric.araujo, tarek
Date 2012-05-31.11:34:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338464077.51.0.267710921151.issue14967@psf.upfronthosting.co.za>
In-reply-to
Content
due to the lack of a marker that denotes where the module ends and the attribute starts, unrelated import errors can break the try&error chain at unexpected places and the code can pass on to the recursive getattr chain, giving a completely different error instead of the real error

this is not solvable without a marker or really nasty hacks o track subsequent imports
History
Date User Action Args
2012-05-31 11:34:37Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt, tarek, eric.araujo, alexis
2012-05-31 11:34:37Ronny.Pfannschmidtsetmessageid: <1338464077.51.0.267710921151.issue14967@psf.upfronthosting.co.za>
2012-05-31 11:34:36Ronny.Pfannschmidtlinkissue14967 messages
2012-05-31 11:34:36Ronny.Pfannschmidtcreate