From: Fred L. D. <fd...@us...> - 2001-04-12 04:11:24
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv15103 Modified Files: python-21.tex Log Message: Markup nit: use \envvar to mark environment variables. Index: python-21.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-21.tex,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -r1.23 -r1.24 *** python-21.tex 2001/04/12 03:37:19 1.23 --- python-21.tex 2001/04/12 04:11:21 1.24 *************** *** 512,516 **** \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 variable before starting the Python interpreter. --- 512,516 ---- \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 \envvar{PYTHONCASEOK} environment variable before starting the Python interpreter. |