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 jlcherry
Recipients
Date 2005-03-20.15:20:06
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=957678

Note that if you tack on

execfile(somefile)
print inspect.findsource(foo)

at the end of the example, so that the object does change, 
you still see the old source.
History
Date User Action Args
2007-08-23 14:23:52adminlinkissue993580 messages
2007-08-23 14:23:52admincreate