New submission from Florent Xicluna <la...@yahoo.fr>: 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 location. (#7783) ---------- components: Tests messages: 98345 nosy: flox severity: normal status: open title: Add an argument to test_support.open_urlresource to invalidate the cache type: feature request versions: Python 2.7, Python 3.2 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7787> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com