]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Remove the "---" to "—" conversion; this is wrong in verbatim
authorFred Drake <fdrake@acm.org>
Tue, 18 May 1999 17:33:01 +0000 (17:33 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 18 May 1999 17:33:01 +0000 (17:33 +0000)
environments.  Move the conversion to esis2sgml.py.

Doc/tools/sgmlconv/fixgenents.sh

index ebc596c444d1d756efb9e1e74e394aeb198dfd13..6fa36f45030f9b03030d0ad05a86dbc1a11a9c46 100755 (executable)
@@ -45,5 +45,4 @@ s|<geq>|\&ge;|g
 s|<ldots>|\&hellip|g
 s|<leq>|\&le;|g
 s|<version>|\&version;|g
-s|---|\&mdash;|g
 ' || exit $?