From: Fred Drake Date: Thu, 29 Apr 1999 18:42:18 +0000 (+0000) Subject: Use the new module-key for the FL module when hyperlinking (the old X-Git-Tag: v1.6a1~1407 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=673c65e5007a6fabf261c476c2b692ec9f0747e6;p=python Use the new module-key for the FL module when hyperlinking (the old one caused problems on case-insensitive file systems). --- diff --git a/Doc/lib/libfl.tex b/Doc/lib/libfl.tex index 127e3970e0..26133fde84 100644 --- a/Doc/lib/libfl.tex +++ b/Doc/lib/libfl.tex @@ -14,7 +14,8 @@ with version 2.0b. Most functions are literal translations of their C equivalents, dropping the initial \samp{fl_} from their name. Constants used by -the library are defined in module \refmodule{FL} described below. +the library are defined in module \refmodule[fl-constants]{FL} +described below. The creation of objects is a little different in Python than in C: instead of the `current form' maintained by the library to which new