New submission from rr-:
Sending requests with Content-Length but without Content-Disposition headers
causes following error:
Traceback (most recent call last):
File "./test", line 19, in
form = cgi.FieldStorage(fp=env['wsgi.input'], environ=env)
File "/usr/li
New submission from Jacob RR :
hi,
so I *think* that ValueError shows an error grammatically incorrect?
In python 2.7
>>> x = [1,2,3]
>>> f,x, a, b = [1,2,3]
Traceback (most recent call last):
File "", line 1, in
ValueError: need more than 3 values to unpack