Why is CGI module so complicated?

Magnus L. Hetland mlh at idt.ntnu.no
Thu Aug 12 10:12:16 EDT 1999


"Michael P. Reilly" <arcege at shore.net> writes:

> Ian Clarke <I.Clarke at strs.co.uk> wrote:
[...]

> 
> What would be _really_ good (IMO) is to have a "toDict" method that
> does this.

Why not just a factory function in the cgi module?

-----

import cgi

form = cgi.getFields() # Returns a dictionary version of FormStorage()

-----

To me, this would be intuitive... You wouldn't have to go through a
seemingly unnecessary class on the way.

> 
>   -Arcege
> 

--

  Magnus              Making no sound / Yet smouldering with passion
  Lie          The firefly is still sadder / Than the moaning insect
  Hetland                                       : Minamoto Shigeyuki




More information about the Python-list mailing list