[Python-checkins] python/dist/src/Lib/test/output test_string,1.1,NONE

doerwalter@users.sourceforge.net doerwalter@users.sourceforge.net
Fri, 21 Feb 2003 04:53:52 -0800


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv28904/Lib/test/output

Removed Files:
	test_string 
Log Message:
Port all string tests to PyUnit and share as much tests
between str, unicode, UserString and the string module
as possible. This increases code coverage in stringobject.c
from 83% to 86% and should help keep the string classes
in sync in the future. From SF patch #662807


--- test_string DELETED ---