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

2010-03-15 Thread Florent Xicluna
Florent Xicluna added the comment: Done with r78986. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

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

2010-01-26 Thread Florent Xicluna
Florent Xicluna 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 revi

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

2010-01-26 Thread Florent Xicluna
Changes by Florent Xicluna : -- priority: -> normal ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail

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

2010-01-26 Thread Florent Xicluna
New submission from Florent Xicluna : The function "open_urlresource" never invalidates its cache. If a file with same name is available in "Lib/test/data/", it is returned. There's a snippet in test_normalization which tries to invalidate the cache, but it fails because it looks in the wrong l