[Python-checkins] CVS: python/dist/src/Lib/test/output test_unicode,1.9,1.10

M.-A. Lemburg python-dev@python.org
Tue, 8 Aug 2000 01:04:06 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv25447/Lib/test/output

Modified Files:
	test_unicode 
Log Message:
Removing UTF-16 aware Unicode comparison code. This kind of compare
function (together with other locale aware ones) should into a new collation
support module. See python-dev for a discussion of this removal.

Note: This patch should also be applied to the 1.6 branch.

Index: test_unicode
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_unicode,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** test_unicode	2000/07/10 15:06:06	1.9
--- test_unicode	2000/08/08 08:04:03	1.10
***************
*** 1,5 ****
  test_unicode
  Testing Unicode comparisons... done.
- Testing UTF-16 code point order comparisons... done.
  Testing Unicode contains method... done.
  Testing Unicode formatting strings... done.
--- 1,4 ----