summaryrefslogtreecommitdiff
path: root/Doc/tools/sgmlconv/docfixer.py
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-09-27 15:49:23 +0000
committerFred Drake <fdrake@acm.org>2001-09-27 15:49:23 +0000
commitbaacc08ead3427721a59990de19785f0fbba4a50 (patch)
tree396c818d7e3bda83cfcd6b7292be8e1fa28d971d /Doc/tools/sgmlconv/docfixer.py
parentbf99017bbb7e6a9be29a949ddb308871af12b31f (diff)
downloadcpython-git-baacc08ead3427721a59990de19785f0fbba4a50.tar.gz
Turn \input, \include, and \verbatiminput into XInclude elements instead
of something ad-hoc.
Diffstat (limited to 'Doc/tools/sgmlconv/docfixer.py')
-rwxr-xr-xDoc/tools/sgmlconv/docfixer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/tools/sgmlconv/docfixer.py b/Doc/tools/sgmlconv/docfixer.py
index 867ec5073a..c1ea970774 100755
--- a/Doc/tools/sgmlconv/docfixer.py
+++ b/Doc/tools/sgmlconv/docfixer.py
@@ -615,7 +615,7 @@ PARA_LEVEL_ELEMENTS = (
PARA_LEVEL_PRECEEDERS = (
"setindexsubitem", "author",
- "stindex", "obindex", "COMMENT", "label", "input", "title",
+ "stindex", "obindex", "COMMENT", "label", "xi:include", "title",
"versionadded", "versionchanged", "declaremodule", "modulesynopsis",
"moduleauthor", "indexterm", "leader",
)