diff options
author | Fred Drake <fdrake@acm.org> | 2001-04-12 04:11:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-04-12 04:11:21 (GMT) |
commit | 9ad526fac3dc3b0c98f706fb052709754ff9cd5d (patch) | |
tree | 262c81c3e319bbf2bc2b18ef0420dbac48514e51 /Doc/whatsnew | |
parent | e0197bfaeb4cf189d0a0ee22f52a073c577a0c0f (diff) | |
download | cpython-9ad526fac3dc3b0c98f706fb052709754ff9cd5d.zip cpython-9ad526fac3dc3b0c98f706fb052709754ff9cd5d.tar.gz cpython-9ad526fac3dc3b0c98f706fb052709754ff9cd5d.tar.bz2 |
Markup nit: use \envvar to mark environment variables.
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/whatsnew21.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/whatsnew21.tex b/Doc/whatsnew/whatsnew21.tex index 8ba1e10..948d43a 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. %====================================================================== |