The web module provides some basic utility functions and objects which are used throughout the Web Modules.
Version Information
The web module has the following variables:
web.version_infosys.version_info in the form (major version, minor version, revision, release candidate, status)
web.version'0.4.0rc1'
web.nameweb.date'yyyy-mm-dd'.
web.status'beta'
Useful Objects
The web module provides the following objects:
web.cgiweb.cgi object is the main way in which you will gain access to information. web.cgi provides a dictionary-like interface to all the sumbitted CGI variables. You should not create your own cgi.FieldStorage object because your versions may not contain all submitted information because creating a cgi.FieldStorage object can destroy data that would have been used in subsequent creations. By using the one web.cgi object you avoid this problem.
See Also:
cgi.FieldStorage objects and a full functional specification.
Useful Functions
| html) |
| [type='text/html']) |
See About this document... for information on suggesting changes.