From 31043696e3bdf234a8e819421c327c1166723533 Mon Sep 17 00:00:00 2001 From: grahamd Date: Mon, 2 Oct 2006 04:56:19 +0000 Subject: [PATCH] (MODPYTHON-189) Fixed representation returned by calling repr() on a table object. Note this was committed as part of change for MODPYTHON-187. --- Doc/appendixc.tex | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/appendixc.tex b/Doc/appendixc.tex index 997b2380..191d3613 100644 --- a/Doc/appendixc.tex +++ b/Doc/appendixc.tex @@ -369,6 +369,8 @@ \chapter{Changes from Version (3.2.x)\label{app-changes-from-3.2.x}} 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}