[Python-Dev] Re: [Python-checkins] python/dist/src/Lib/test test_normalization.py,1.2,1.3

M.-A. Lemburg mal@lemburg.com
Sun, 24 Nov 2002 20:26:50 +0100


tim_one@users.sourceforge.net wrote:

> Update of /cvsroot/python/python/dist/src/Lib/test
> In directory sc8-pr-cvs1:/tmp/cvs-serv15172/Lib/test
>
> Modified Files:
> 	test_normalization.py
> Log Message:
> Split long line.
> XXX If NormalizationTest.txt is required to run this test, why isn't it
> checked into the project?

Have you had a look at the file size ? ;-)

> --- 3,10 ----
>   from unicodedata import normalize
>   try:
> !     data = open("NormalizationTest.txt", "r").readlines()
>   except IOError:
> !     raise TestSkipped("NormalizationTest.txt not found, download from "
> !                 "http://www.unicode.org/Public/UNIDATA/NormalizationTest.txt")
>
>   class RangeError:


-- 
Marc-Andre Lemburg
CEO eGenix.com Software GmbH
_______________________________________________________________________
eGenix.com -- Makers of the Python mx Extensions: mxDateTime,mxODBC,...
Python Consulting:                               http://www.egenix.com/
Python Software:                    http://www.egenix.com/files/python/