Re: Change in cgi handling of POST requests

2009-02-21 Thread Bob Kline
Aahz wrote: Interesting. Nobody has responded, so I suggest first filing a report using bugs.python.org and then asking on python-dev (with reference to your report). http://bugs.python.org/issue5340 Cheers, Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: Change in cgi handling of POST requests

2009-02-21 Thread Aahz
[posted & e-mailed] In article , Mac wrote: > >We just upgraded Python to 2.6 on some of our servers and a number of >our CGI scripts broke because the cgi module has changed the way it >handles POST requests. When the 'action' attribute was not present in >the form element on an HTML page the

Change in cgi handling of POST requests

2009-02-10 Thread Mac
We just upgraded Python to 2.6 on some of our servers and a number of our CGI scripts broke because the cgi module has changed the way it handles POST requests. When the 'action' attribute was not present in the form element on an HTML page the module behaved as if the value of the attribute was t