]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
remap_element_names(): Only used for things that the new conversion
authorFred Drake <fdrake@acm.org>
Tue, 3 Aug 1999 15:32:48 +0000 (15:32 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 3 Aug 1999 15:32:48 +0000 (15:32 +0000)
commit82ebc27357891ec342b8602fb28189751b8d06e6
treeecc202c417d62d8bc546603e185726b0e2b58b8b
parent2f6ec9ca81cd80b5777c8776782f132890eb4773
remap_element_names():  Only used for things that the new conversion
engine in latex2esis.py can do, so discard it.

paragraph detection & markup:  Handle some of the list-like
environments properly, picking up paragraphs inside
list items.  (Only changed a few element-sets used for
recognition.)

fixup_refmodindexes_chunk():  Use the right attribute to determine the
module a <ref*modindex/> element is referring to.

convert():  Don't call remap_element_names(); it was removed.
Doc/tools/sgmlconv/docfixer.py