[issue7787] Add an argument to test_support.open_urlresource to invalidate the cache

Florent Xicluna report at bugs.python.org
Tue Jan 26 21:34:25 CET 2010


Florent Xicluna <laxyf at yahoo.fr> added the comment:

The check argument is any function which receives an open file and return a boolean.

For example:
 - verify the version number on the first line (test_normalization)
 - calculate the MD5

----------
keywords: +patch
nosy: +r.david.murray
stage:  -> patch review
Added file: http://bugs.python.org/file16016/issue7787_urlresource.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7787>
_______________________________________


More information about the Python-bugs-list mailing list