[New-bugs-announce] [issue7787] Add an argument to test_support.open_urlresource to invalidate the cache

Florent Xicluna report at bugs.python.org
Tue Jan 26 19:41:11 CET 2010


New submission from Florent Xicluna <laxyf at 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 <report at bugs.python.org>
<http://bugs.python.org/issue7787>
_______________________________________


More information about the New-bugs-announce mailing list