diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-10 19:59:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-10 19:59:31 (GMT) |
commit | 20931fb3f495c8b196a7fad531a1856c00f06a47 (patch) | |
tree | c328fb1a0a83a7446709c733f3964b1a5939a613 /Doc | |
parent | ac154a17a34955fc7a48e0ec973300d4d1738980 (diff) | |
download | cpython-20931fb3f495c8b196a7fad531a1856c00f06a47.zip cpython-20931fb3f495c8b196a7fad531a1856c00f06a47.tar.gz cpython-20931fb3f495c8b196a7fad531a1856c00f06a47.tar.bz2 |
Update the XML conversion specification.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/tools/sgmlconv/conversion.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/tools/sgmlconv/conversion.xml b/Doc/tools/sgmlconv/conversion.xml index b1a34d4..7759bad 100644 --- a/Doc/tools/sgmlconv/conversion.xml +++ b/Doc/tools/sgmlconv/conversion.xml @@ -60,6 +60,7 @@ element. The processor is not powerful enough to handle this. --> <macro name="versionchanged"> + <attribute name="how" optional="yes"/> <attribute name="version"/> </macro> @@ -432,6 +433,7 @@ <child name="definition" implied="yes"/> </macro> + <environment name="alltt" outputname="verbatim"/> <environment name="comment" verbatim="yes"/> <environment name="verbatim" verbatim="yes"/> <environment name="verbatim*" verbatim="yes"> |