From: Fred Drake Date: Wed, 8 Apr 1998 13:46:24 +0000 (+0000) Subject: Set flag to remove ... markup from the index entries; it just ends up X-Git-Tag: v1.5.1~148 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3f3c25fc03cdeb60ed45f4e0b8e6f78292b67cf8;p=python Set flag to remove ... markup from the index entries; it just ends up looking really bad in popular browsers, mostly due to vertical size differences between the roman and monospaced fonts. --- diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index 0d0fa77381..e92f5e4a88 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -352,7 +352,7 @@ sub my_parword_index_helper{ # # It is used from &make_mod_index_entry() and &make_str_index_entry(). # -$STRIP_INDEX_TT = 0; +$STRIP_INDEX_TT = 1; sub make_mod_index_entry{ my($br_id,$str,$define) = @_;