You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mod_python-commits@quetz.apache.org by gr...@apache.org on 2003/09/09 16:45:34 UTC

cvs commit: httpd-python/Doc modpython4.tex

grisha      2003/09/09 07:45:34

  Modified:    Doc      modpython4.tex
  Log:
  Added a note re PythonPath and add_handler()
  
  Revision  Changes    Path
  1.57      +3 -0      httpd-python/Doc/modpython4.tex
  
  Index: modpython4.tex
  ===================================================================
  RCS file: /home/cvs/httpd-python/Doc/modpython4.tex,v
  retrieving revision 1.56
  retrieving revision 1.57
  diff -u -r1.56 -r1.57
  --- modpython4.tex	8 Sep 2003 19:31:50 -0000	1.56
  +++ modpython4.tex	9 Sep 2003 14:45:34 -0000	1.57
  @@ -524,6 +524,9 @@
     handler of the same type. One has to be careful as to not to create
     an infinite loop this way.
   
  +  The \var{dir} argument will be ignored if there is a
  +  \code{PythonPath} directive in effect.
  +
     Dynamic handler registration is a useful technique that allows the
     code to dynamically decide what will happen next. A typical example
     might be a \code{PythonAuthenHandler} that will assign different