[Zope-Checkins] CVS: Zope/lib/python/docutils/readers/python -
__init__.py:1.3.2.3 moduleparser.py:1.3.2.3 pynodes.py:1.1.4.2
Christian 'Tiran' Heimes
heimes at faho.rwth-aachen.de
Mon Jul 26 13:38:40 EDT 2004
Update of /cvs-repository/Zope/lib/python/docutils/readers/python
In directory cvs.zope.org:/tmp/cvs-serv18892/lib/python/docutils/readers/python
Modified Files:
Tag: Zope-2_7-branch
__init__.py moduleparser.py pynodes.py
Log Message:
Updated docutils including a fix for 1426: System locale breaks reStructuredText horribly
Added rest-language-code to zope.conf schema. it's used instead of the locales
=== Zope/lib/python/docutils/readers/python/__init__.py 1.3.2.2 => 1.3.2.3 ===
--- Zope/lib/python/docutils/readers/python/__init__.py:1.3.2.2 Thu May 13 12:20:02 2004
+++ Zope/lib/python/docutils/readers/python/__init__.py Mon Jul 26 13:38:09 2004
@@ -6,6 +6,9 @@
"""
This package contains the Python Source Reader modules.
+
+It requires Python 2.2 or higher (`moduleparser` depends on `compiler` and
+`tokenizer` modules).
"""
__docformat__ = 'reStructuredText'
=== Zope/lib/python/docutils/readers/python/moduleparser.py 1.3.2.2 => 1.3.2.3 ===
--- Zope/lib/python/docutils/readers/python/moduleparser.py:1.3.2.2 Thu May 13 12:20:02 2004
+++ Zope/lib/python/docutils/readers/python/moduleparser.py Mon Jul 26 13:38:09 2004
@@ -5,7 +5,7 @@
# Copyright: This module has been placed in the public domain.
"""
-Parser for Python modules.
+Parser for Python modules. Requires Python 2.2 or higher.
The `parse_module()` function takes a module's text and file name,
runs it through the module parser (using compiler.py and tokenize.py)
=== Zope/lib/python/docutils/readers/python/pynodes.py 1.1.4.1 => 1.1.4.2 ===
More information about the Zope-Checkins
mailing list