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 flox
Recipients flox
Date 2010-01-26.08:30:49
SpamBayes Score 0.0039416254
Marked as misclassified No
Message-id <1264494651.71.0.0437534943792.issue7783@psf.upfronthosting.co.za>
In-reply-to
Content
Here is a patch.

The function "test_support.open_urlresource" is enhanced with an optional argument "check" which receives a function. This "check" function accepts an open file as input and return False if the file is outdated.
History
Date User Action Args
2010-01-26 08:30:51floxsetrecipients: + flox
2010-01-26 08:30:51floxsetmessageid: <1264494651.71.0.0437534943792.issue7783@psf.upfronthosting.co.za>
2010-01-26 08:30:50floxlinkissue7783 messages
2010-01-26 08:30:50floxcreate