[issue7783] test_normalization fails when NormalizationTest.txt is outdated

Florent Xicluna report at bugs.python.org
Tue Jan 26 09:30:51 CET 2010


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

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.

----------
keywords: +patch
versions: +Python 3.2
Added file: http://bugs.python.org/file16007/issue7783_normalization.diff

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


More information about the Python-bugs-list mailing list