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 brett.cannon
Recipients
Date 2007-08-03.22:50:00
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Agreed on both, although what to do when there is no source but only bytecode?  Just say that __file__ will point to the source if available, otherwise to the bytecode?  That seems reasonable to me.

And imp.reload sounds good.  This whole bug report started because 'reload' was gone and I was trying to figure out the best way to replace its loss.

I know I am short on time and thus have no clue if I can help on these.  Should we add these to PEP 3100 so we don't forget, or do you think you might get to this?
History
Date User Action Args
2007-08-23 14:58:54adminlinkissue1762972 messages
2007-08-23 14:58:54admincreate