[Zope-Checkins]
CVS: Zope/lib/python/docutils/parsers/rst/directives
- __init__.py:1.2.10.2
Andreas Jung
andreas at andreas-jung.com
Mon Sep 29 16:12:36 EDT 2003
Update of /cvs-repository/Zope/lib/python/docutils/parsers/rst/directives
In directory cvs.zope.org:/tmp/cvs-serv16643
Modified Files:
Tag: Zope-2_7-branch
__init__.py
Log Message:
no longer allowing the inclusion of files from the file system
=== Zope/lib/python/docutils/parsers/rst/directives/__init__.py 1.2.10.1 => 1.2.10.2 ===
--- Zope/lib/python/docutils/parsers/rst/directives/__init__.py:1.2.10.1 Mon Jul 21 12:38:09 2003
+++ Zope/lib/python/docutils/parsers/rst/directives/__init__.py Mon Sep 29 16:12:34 2003
@@ -113,7 +113,7 @@
'meta': ('html', 'meta'),
#'imagemap': ('html', 'imagemap'),
'raw': ('misc', 'raw'),
- 'include': ('misc', 'include'),
+# 'include': ('misc', 'include'),
'replace': ('misc', 'replace'),
'unicode': ('misc', 'unicode_directive'),
'class': ('misc', 'class_directive'),
More information about the Zope-Checkins
mailing list