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 loewis
Recipients loewis, rocky
Date 2008-12-23.08:39:51
SpamBayes Score 6.057318e-08
Marked as misclassified No
Message-id <4950A3D5.7000906@v.loewis.de>
In-reply-to <1229999140.62.0.92680179898.issue4725@psf.upfronthosting.co.za>
Content
> A use case here is in a stack trace or a debugger where an error
> occured. For example does this come from an egg? And if so, which one? 
> 
> Perhaps I have missed something in PEP 302, or perhaps this is defined
> elsewhere. Please elucidate.

Please understand that the bug tracker is not a place to ask questions,
or get help. If you make a bug report, *ALWAYS* follow this pattern:

1. this is what I did
2. this is what happened
3. this is what I would have expected instead

If you want to get help in doing something that you don't know how to
do, or need elucidation, use python-list@python.org. If you are
proposing a new feature, and want to discuss the design of it, use
python-dev@python.org; you might be told to write a PEP if the feature
is more complex.

I'm going to close this report as invalid.
History
Date User Action Args
2008-12-23 08:39:54loewissetrecipients: + loewis, rocky
2008-12-23 08:39:52loewislinkissue4725 messages
2008-12-23 08:39:51loewiscreate