This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author alef13
Recipients alef13
Date 2008-01-13.01:58:53
SpamBayes Score 0.019821474
Marked as misclassified No
Message-id <1200189536.91.0.809582793643.issue1817@psf.upfronthosting.co.za>
In-reply-to
Content
It looks like module-cgi cannot handle GET and POST together when using
FieldStorage. For instance, a <form action="script.py?key=value"
action="post"> is available through cgi.FormContent but not
cgi.FieldStorage when there are other <input> in the html form.
Very strange.
History
Date User Action Args
2008-01-13 01:58:57alef13setspambayes_score: 0.0198215 -> 0.019821474
recipients: + alef13
2008-01-13 01:58:56alef13setspambayes_score: 0.0198215 -> 0.0198215
messageid: <1200189536.91.0.809582793643.issue1817@psf.upfronthosting.co.za>
2008-01-13 01:58:54alef13linkissue1817 messages
2008-01-13 01:58:53alef13create