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

Guido van Rossum python-dev@python.org
Fri, 24 Mar 2000 17:14:21 -0500 (EST)


Update of /projects/cvsroot/python/dist/src/Lib/test/output
In directory eric:/home/guido/hp/mal/py-patched/Lib/test/output

Modified Files:
	test_unicode 
Log Message:
Marc-Andre Lemburg:

Attached you find the latest update of the Unicode implementation.
The patch is against the current CVS version.

It includes the fix I posted yesterday for the core dump problem
in codecs.c (was introduced by my previous patch set -- sorry),
adds more tests for the codecs and two new parser markers
"es" and "es#".



Index: test_unicode
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/output/test_unicode,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_unicode	2000/03/24 20:42:39	1.2
--- test_unicode	2000/03/24 22:14:18	1.3
***************
*** 1,5 ****
  test_unicode
  Testing Unicode comparisons... done.
- Testing Unicode contains method... done.
  Testing Unicode formatting strings... done.
  Testing unicodedata module... done.
--- 1,4 ----