From: Doug H. <dou...@us...> - 2002-05-13 01:14:47
|
Update of /cvsroot/happydoc/HappyDoc/happydoclib/docstring In directory usw-pr-cvs1:/tmp/cvs-serv10733/happydoclib/docstring Modified Files: Tag: dos_path_bug docstring_ClassicStructuredText.py Log Message: Initial pass at a fix for the Win32 path problems, including simplifying the definition of the path to the output file for an objects documentation. Index: docstring_ClassicStructuredText.py =================================================================== RCS file: /cvsroot/happydoc/HappyDoc/happydoclib/docstring/docstring_ClassicStructuredText.py,v retrieving revision 1.2 retrieving revision 1.2.2.1 diff -C2 -d -r1.2 -r1.2.2.1 *** docstring_ClassicStructuredText.py 28 Oct 2001 13:40:25 -0000 1.2 --- docstring_ClassicStructuredText.py 13 May 2002 01:14:44 -0000 1.2.2.1 *************** *** 357,361 **** filename = 'TestCases/test_classic_structuredtext.py' import happydoclib.parseinfo ! parsed_module = happydoclib.parseinfo.getDocs(filename) input_text = parsed_module._docstring --- 357,361 ---- filename = 'TestCases/test_classic_structuredtext.py' import happydoclib.parseinfo ! parsed_module = happydoclib.parseinfo.getDocs(None, filename) input_text = parsed_module._docstring |