[Docstring-checkins] CVS: dps/test alltests.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-03-08 04:30:29
|
Update of /cvsroot/docstring/dps/test In directory usw-pr-cvs1:/tmp/cvs-serv1672/dps/test Modified Files: alltests.py Log Message: unicode fiddling Index: alltests.py =================================================================== RCS file: /cvsroot/docstring/dps/test/alltests.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** alltests.py 26 Jan 2002 00:06:55 -0000 1.2 --- alltests.py 8 Mar 2002 04:30:25 -0000 1.3 *************** *** 24,27 **** --- 24,28 ---- def write(self, string): + string = string.encode('raw-unicode-escape') self.stream.write(string) self.file.write(string) |