16 Aug 2004 12:10
docutils/docutils/parsers/rst states.py,1.65.2.6,1.65.2.7 roles.py,1.9,1.9.2.1
David Abrahams <david_abrahams <at> users.sourceforge.net>
2004-08-16 10:10:15 GMT
2004-08-16 10:10:15 GMT
Update of /cvsroot/docutils/docutils/docutils/parsers/rst
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7643/docutils/parsers/rst
Modified Files:
Tag: nesting
states.py roles.py
Log Message:
Synced nesting with recent HEAD changes
Index: states.py
===================================================================
RCS file: /cvsroot/docutils/docutils/docutils/parsers/rst/states.py,v
retrieving revision 1.65.2.6
retrieving revision 1.65.2.7
diff -u -d -r1.65.2.6 -r1.65.2.7
--- states.py 30 Jan 2004 03:39:41 -0000 1.65.2.6
+++ states.py 16 Aug 2004 10:10:12 -0000 1.65.2.7
<at> <at> -113,7 +113,8 <at> <at>
from docutils import ApplicationError, DataError
from docutils.statemachine import StateMachineWS, StateWS
from docutils.nodes import fully_normalize_name as normalize_name
-from docutils.parsers.rst import directives, languages, tableparser
+from docutils.nodes import whitespace_normalize_name
+from docutils.parsers.rst import directives, languages, tableparser, roles
from docutils.parsers.rst.languages import en as _fallback_language_module
<at> <at> -483,46 +484,6 <at> <at>
Parse inline markup; call the `parse()` method.
"""
(Continue reading)
RSS Feed