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 hpk
Recipients Trundle, benjamin.peterson, hpk, r.david.murray
Date 2010-05-15.07:26:16
SpamBayes Score 0.09204189
Marked as misclassified No
Message-id <1273908380.8.0.120496139103.issue8720@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for helping with this!  Attached is a patch that adds a keyword "check=True" to getsourcefile so that findsource can defer existence-checking until after cache lookup.  Eventually, findsource will still raise an IOError if it can't find the source file and cannot recover the source from cache.  The patch mainly consists of adding a number of tests to specify the (refined) behaviour of findsource and getsourcefile.  

best, holger
History
Date User Action Args
2010-05-15 07:26:21hpksetrecipients: + hpk, benjamin.peterson, r.david.murray, Trundle
2010-05-15 07:26:20hpksetmessageid: <1273908380.8.0.120496139103.issue8720@psf.upfronthosting.co.za>
2010-05-15 07:26:18hpklinkissue8720 messages
2010-05-15 07:26:18hpkcreate