[
https://issues.apache.org/jira/browse/MODPYTHON-244?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12578520#action_12578520
]
Joseph Bernhardt commented on MODPYTHON-244:
--------------------------------------------
Correct me if I am wrong, but is this not what you are looking for?
http://www.modpython.org/live/current/doc-html/node103.html
along with the FieldStorage class documentation:
http://www.modpython.org/live/current/doc-html/pyapi-util-fstor.html
> Add mention of "req.form" attribute to documentation
> ----------------------------------------------------
>
> Key: MODPYTHON-244
> URL: https://issues.apache.org/jira/browse/MODPYTHON-244
> Project: mod_python
> Issue Type: Improvement
> Components: documentation
> Environment: All environments
> Reporter: w s
> Original Estimate: 2h
> Remaining Estimate: 2h
>
> I am currently documenting an application built with mod_python (it has been
> great overall), and I would like to provide a link for a description of
> "req.form", since I use it a lot, but its only mentions are in the FAQ, in
> email archives, and in some random places like release notes and diffs.
> Are those of us who use PublisherHandler in such a small minority that
> req.form should be a mostly undocumented feature?
> Interestingly the the following Google search yields nothing in the main
> documentation tree, and only 19 hits total:
> site:www.modpython.org "req.form" -pipermail
> But allowing for pipermail, we get nearly 300 hits that mention req.form.
> I also realize I can download the docs and write a patch. I probably won't
> have time, but if this could go in a TODO or something, it might flatten the
> learning curve for more users of mod_python later.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.