From: Fred Drake <fdrake@acm.org> Date: Thu, 12 Apr 2001 04:11:21 +0000 (+0000) Subject: Markup nit: use \envvar to mark environment variables. X-Git-Tag: v2.1c1~75 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9ad526fac3dc3b0c98f706fb052709754ff9cd5d;p=python Markup nit: use \envvar to mark environment variables. --- diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 8ba1e10f90..948d43a339 100644 --- a/Doc/whatsnew/whatsnew21.tex +++ b/Doc/whatsnew/whatsnew21.tex @@ -511,7 +511,7 @@ case-sensitivity on case-insensitive platforms. Python will now search for the first case-sensitive match by default, raising an \exception{ImportError} if no such file is found, so \code{import file} will not import a module named \samp{FILE.PY}. Case-insensitive -matching can be requested by setting the PYTHONCASEOK environment +matching can be requested by setting the \envvar{PYTHONCASEOK} environment variable before starting the Python interpreter. %======================================================================