From: Fred Drake Date: Tue, 18 May 1999 17:33:01 +0000 (+0000) Subject: Remove the "---" to "—" conversion; this is wrong in verbatim X-Git-Tag: v1.6a1~1342 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c41e1e5f5e6a5970b0ab0efc26646682073c7266;p=thirdparty%2FPython%2Fcpython.git Remove the "---" to "—" conversion; this is wrong in verbatim environments. Move the conversion to esis2sgml.py. --- diff --git a/Doc/tools/sgmlconv/fixgenents.sh b/Doc/tools/sgmlconv/fixgenents.sh index ebc596c444d1..6fa36f45030f 100755 --- a/Doc/tools/sgmlconv/fixgenents.sh +++ b/Doc/tools/sgmlconv/fixgenents.sh @@ -45,5 +45,4 @@ s||\≥|g s||\&hellip|g s||\≤|g s||\&version;|g -s|---|\—|g ' || exit $?