]> granicus.if.org Git - python/commit
Make <rfc> no longer an empty element but a container. The text
authorFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 21:18:03 +0000 (21:18 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Jan 1999 21:18:03 +0000 (21:18 +0000)
commitd24167baf2571d9110863aa205032c5bba40804f
tree35286b5b387730e71fd4a2c97c3edaf3dead5e75
parente75888eb85489e025fb4a96bea280b8cc2da45f5
Make <rfc> no longer an empty element but a container.  The text
currently generated by the LaTeX and LaTeX2HTML processes is generated
here as well, making it more flexible in the SGML version.

Reduce the <args> element so that <optional> goes away; just use
square brackets to indicate what's optional.  This makes it easier to
read than the LaTeX, and the processor can do any checking it needs to
in order to make sure it's legit.  Possible shortcoming: DSSSL
processors may need more explicit markup.  Can probably hack around it
for this case, but we'll see.
Doc/tools/sgmlconv/docfixer.py