[Patches] [Patch #101120] add .get() to cgi.FieldStorage and cgi.FormContentDict

noreply@sourceforge.net noreply@sourceforge.net
Tue, 15 Aug 2000 23:36:02 -0700


Patch #101120 has been updated. 

Project: 
Category: library
Status: Open
Summary: add .get() to cgi.FieldStorage and cgi.FormContentDict

Follow-Ups:

Date: 2000-Aug-08 13:28
By: ping

Comment:
This actually adds all of the auxiliary dictionary
methods to FormContentDict (e.g. copy, update) since
it makes FormContentDict derive from UserDict.

__version__ has been incremented to 2.3.
-------------------------------------------------------

Date: 2000-Aug-15 14:38
By: tim_one

Comment:
Ping, if you don't make this a full patch (i.e., including doc changes, and tests if at all possible) Soon, I have to Postpone it.  Also please it assign it to someone capable of reviewing it (not me -- don't know anything about cgi).
-------------------------------------------------------

Date: 2000-Aug-15 23:36
By: tim_one

Comment:
Assigned to Barry (sorry, Barry!) for sanity-checking.

Ping pointed out in email that the module in question already documents that it "acts like a dict", and all the patch does is make that true in more cases.

Looks benign to me, but I've never used the module, so it could stand a quick scan from someone who isn't a total idiot.  Jeremy is probably the most natural choice for looking at this, but he won't be useful to us again until just a few days before 2.0b1 is scheduled to ship.  Don't want to wait that long.
-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101120&group_id=5470