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.12:29:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1338467344.09.0.270679249607.issue14967@psf.upfronthosting.co.za>
In-reply-to
Content
an example of creating a wrong error would be something like the following:

there is a package foo.bar, which does a wrong import in __init__.py
we want to resolve the name foo.bar.something

we'd get the error that foo has no attribute bar
History
Date User Action Args
2012-05-31 12:29:04Ronny.Pfannschmidtsetrecipients: + Ronny.Pfannschmidt, tarek, eric.araujo, alexis
2012-05-31 12:29:04Ronny.Pfannschmidtsetmessageid: <1338467344.09.0.270679249607.issue14967@psf.upfronthosting.co.za>
2012-05-31 12:29:03Ronny.Pfannschmidtlinkissue14967 messages
2012-05-31 12:29:03Ronny.Pfannschmidtcreate