[Python-checkins] CVS: python/dist/src/Lib/test/output test_unicodedata,NONE,1.1 test_unicode,1.3,1.4

Guido van Rossum python-dev@python.org
Tue, 28 Mar 2000 15:30:29 -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 
Added Files:
	test_unicodedata 
Log Message:
Marc-Andre Lemburg:

The attached patch set includes a workaround to get Python with
Unicode compile on BSDI 4.x (courtesy Thomas Wouters; the cause
is a bug in the BSDI wchar.h header file) and Python interfaces
for the MBCS codec donated by Mark Hammond.

Also included are some minor corrections w/r to the docs of
the new "es" and "es#" parser markers (use PyMem_Free() instead
of free(); thanks to Mark Hammond for finding these).

The unicodedata tests are now in a separate file
(test_unicodedata.py) to avoid problems if the module cannot
be found.




Index: test_unicode
===================================================================
RCS file: /projects/cvsroot/python/dist/src/Lib/test/output/test_unicode,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -r1.3 -r1.4
*** test_unicode	2000/03/24 22:14:18	1.3
--- test_unicode	2000/03/28 20:29:56	1.4
***************
*** 1,4 ****
  test_unicode
  Testing Unicode comparisons... done.
  Testing Unicode formatting strings... done.
! Testing unicodedata module... done.
--- 1,5 ----
  test_unicode
  Testing Unicode comparisons... done.
+ Testing Unicode contains method... done.
  Testing Unicode formatting strings... done.
! Testing builtin codecs... done.