I submitted a patch quite a while back for a bug in cgi.py (see source forge
1159139)
Martin, I posted this here, hoping you would see the message.
Back in March 2007 you were looking at this bug and updated the item on
source forge looking for more details.
I have documented the bug further f
While debugging a problem I was having I found a bug in the cgi.py module.
When the environment does not have a correctly set REQUEST_METHOD cgi.py
prompts
for key=value pairs by reading from sys.stdin. After the values are read
from
sys.stdin they are never stored in the FieldStorage.list attr