[Twisted-Python] Getting started using Twisted for servlet-like development

William Dode wilk-ml at flibuste.net
Sat Feb 15 05:04:15 EST 2003


Moshe Zadka <m at moshez.org> writes:

> On 15 Feb 2003, William Dode <wilk-ml at flibuste.net> wrote:
> 
> > but why everythings is in list ?
> > ?a=5&b=3
> > {"a":["5"], "b":["3"]}
> 
> What would happen if it was ?a=1&a=2&a=3

with FieldStorage ?a=1&a=2&a=3&b=5
{"a":["1","2","3"], "b":"5"}

> 
> > why not a compatible FieldStorage ?
> 
> Because FS is a horrible mess of semi-DWIMy stuff. 

we're agree, a documentation to explain the difference will be better.

> 
> Also, note that documentation patches (in this case, to using-twistedweb)
> are happily accepted.

ok, with my poor english, i'll better write an example !

-- 
William Dodé - http://flibuste.net




More information about the Twisted-Python mailing list