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)
|