Commit 06f9d665 authored by Jim Fulton's avatar Jim Fulton

Added REQUEST.set. waaaaa.

parent 2f0246dc
...@@ -362,7 +362,7 @@ Publishing a module using CGI ...@@ -362,7 +362,7 @@ Publishing a module using CGI
containing the module to be published) to the module name in the containing the module to be published) to the module name in the
cgi-bin directory. cgi-bin directory.
$Id: Publish.py,v 1.76 1998/01/21 16:30:15 jim Exp $""" $Id: Publish.py,v 1.77 1998/03/10 17:44:28 jim Exp $"""
#' #'
# Copyright # Copyright
# #
...@@ -417,7 +417,7 @@ $Id: Publish.py,v 1.76 1998/01/21 16:30:15 jim Exp $""" ...@@ -417,7 +417,7 @@ $Id: Publish.py,v 1.76 1998/01/21 16:30:15 jim Exp $"""
# See end of file for change log. # See end of file for change log.
# #
########################################################################## ##########################################################################
__version__='$Revision: 1.76 $'[11:-2] __version__='$Revision: 1.77 $'[11:-2]
def main(): def main():
...@@ -1155,6 +1155,8 @@ class Request: ...@@ -1155,6 +1155,8 @@ class Request:
self.other[key]=value self.other[key]=value
set=__setitem__
def __str__(self): def __str__(self):
def str(self,name): def str(self,name):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment