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

Ka-Ping Yee ping@lfw.org
Thu, 24 Aug 2000 19:34:51 -0400 (EDT)


On Thu, 24 Aug 2000, Guido van Rossum wrote:
> 
> It may be me, but I'm getting annoyed by this.  For any object that
> implements a partial mapping protocol, any mapping methods that it
> implement should behave according to the mapping protocol, and be
> consistent with the others.

I apologize.  You're totally right -- i've renamed the get() method
to getvalue().  Don't know why i didn't see previously that it should
be done this way.  I'm sorry for the annoyance.

I've updated the patch.


-- ?!ng