[issue4725] reporting file locations in egg (and other package) files

Martin v. Löwis report at bugs.python.org
Tue Dec 23 09:39:53 CET 2008


Martin v. Löwis <martin at v.loewis.de> added the comment:

> 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 at python.org. If you are
proposing a new feature, and want to discuss the design of it, use
python-dev at 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.

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4725>
_______________________________________


More information about the Python-bugs-list mailing list