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 2006/10/02 06:56:20 UTC

svn commit: r451881 - /httpd/mod_python/trunk/Doc/appendixc.tex

Author: grahamd
Date: Sun Oct  1 21:56:19 2006
New Revision: 451881

URL: http://svn.apache.org/viewvc?view=rev&rev=451881
Log:
(MODPYTHON-189) Fixed representation returned by calling repr() on a table
object. Note this was committed as part of change for MODPYTHON-187.


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

Modified: httpd/mod_python/trunk/Doc/appendixc.tex
URL: http://svn.apache.org/viewvc/httpd/mod_python/trunk/Doc/appendixc.tex?view=diff&rev=451881&r1=451880&r2=451881
==============================================================================
--- httpd/mod_python/trunk/Doc/appendixc.tex (original)
+++ httpd/mod_python/trunk/Doc/appendixc.tex Sun Oct  1 21:56:19 2006
@@ -369,6 +369,8 @@
       was NULL. This could occur for \code{SCRIPT_FILENAME} when the
       \code{req.subprocess_env} table was accessed in the post read request
       handler phase.
+      (\citetitle[http://issues.apache.org/jira/browse/MODPYTHON-189]{MODPYTHON-189})
+      Fixed representation returned by calling \code{repr()} on a table object.
   \end{itemize}