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 jg...@apache.org on 2006/01/11 00:25:26 UTC

svn commit: r367833 - /httpd/mod_python/trunk/Doc/modpython4.tex

Author: jgallacher
Date: Tue Jan 10 15:25:21 2006
New Revision: 367833

URL: http://svn.apache.org/viewcvs?rev=367833&view=rev
Log:
Documentation changed for req.add_handler. Docs now state that
passing an invalid handler in add_handler will generate an exception
at the time an attempt is made to find the handler.
Ref MODPYTHON-98

Modified:
    httpd/mod_python/trunk/Doc/modpython4.tex

Modified: httpd/mod_python/trunk/Doc/modpython4.tex
URL: http://svn.apache.org/viewcvs/httpd/mod_python/trunk/Doc/modpython4.tex?rev=367833&r1=367832&r2=367833&view=diff
==============================================================================
--- httpd/mod_python/trunk/Doc/modpython4.tex (original)
+++ httpd/mod_python/trunk/Doc/modpython4.tex Tue Jan 10 15:25:21 2006
@@ -554,9 +554,8 @@
   \end{verbatim}                              
 
   \begin{notice}
-    There is no checking being done on the validity of the handler
-    name. If you pass this function an invalid handler it will simply be
-    ignored.
+    If you pass this function an invalid handler, an exception will be
+    generated at the time an attempt is made to find the handler. 
   \end{notice}
 \end{methoddesc}