[Zope-Checkins] CVS: Zope/lib/python/docutils/readers/python - __init__.py:1.3.2.6 moduleparser.py:1.3.2.6 pynodes.py:1.1.4.5

Andreas Jung andreas at andreas-jung.com
Sun Oct 9 10:44:16 EDT 2005


Update of /cvs-repository/Zope/lib/python/docutils/readers/python
In directory cvs.zope.org:/tmp/cvs-serv26422/readers/python

Modified Files:
      Tag: Zope-2_7-branch
	__init__.py moduleparser.py pynodes.py 
Log Message:
upgrade to docutils 0.3.9


=== Zope/lib/python/docutils/readers/python/__init__.py 1.3.2.5 => 1.3.2.6 ===
--- Zope/lib/python/docutils/readers/python/__init__.py:1.3.2.5	Fri Jan  7 08:26:05 2005
+++ Zope/lib/python/docutils/readers/python/__init__.py	Sun Oct  9 10:43:46 2005
@@ -88,7 +88,7 @@
         node['docformat'] = docformat
         parser = self.get_parser(docformat)
         parser.parse(text, self.document)
-        for child in self.document.get_children():
+        for child in self.document.children:
             node.append(child)
         self.document.current_source = self.document.current_line = None
         del self.document[:]


=== Zope/lib/python/docutils/readers/python/moduleparser.py 1.3.2.5 => 1.3.2.6 ===


=== Zope/lib/python/docutils/readers/python/pynodes.py 1.1.4.4 => 1.1.4.5 ===



More information about the Zope-Checkins mailing list