From: Doug H. <dou...@us...> - 2002-08-25 18:33:51
|
Update of /cvsroot/happydoc/HappyDoc/happydoclib/docstring In directory usw-pr-cvs1:/tmp/cvs-serv24488/happydoclib/docstring Modified Files: docstring_StructuredText.py Log Message: Do not print string.letters as part of the test. Index: docstring_StructuredText.py =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/docstring/docstring_StructuredText.py,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** docstring_StructuredText.py 25 Aug 2002 18:29:40 -0000 1.7 --- docstring_StructuredText.py 25 Aug 2002 18:33:49 -0000 1.8 *************** *** 563,568 **** def testBug594026(self): - import string - print string.letters input_text = '*marié* or **marié**' expected_text = ''' --- 563,566 ---- |