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 jwpolley
Recipients
Date 2004-06-28.04:34:16
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=391068

This bug was reported because the encoding of the path in the 
.pyc generates errors in some tools (namely IDLE) as well as 
generates erroneous tracebacks when exceptions are raised.  
When some of the not very software savvy script writers see "/rfs/
proj/cse/scripts" in their traceback, instead of the "P:/scripts" that 
they expect, it leads to confusion.

I'm not sure why the __file__ and exception mechanism use 
different methods for determining the path to the file, but they 
do.  The same can be said for the value of having the fully 
qualified path encoded in the .pyc.
History
Date User Action Args
2007-08-23 14:22:48adminlinkissue977934 messages
2007-08-23 14:22:48admincreate