Re: Un(der)documented bits of cgi.py

2007-09-17 Thread Bob Kline
Aahz wrote: > What I suggest doing is submitting a doc patch to > http://bugs.python.org/ Done. Thanks for the suggestion. Bob -- http://mail.python.org/mailman/listinfo/python-list

Re: Un(der)documented bits of cgi.py

2007-09-17 Thread Aahz
In article <[EMAIL PROTECTED]>, Bob Kline <[EMAIL PROTECTED]> wrote: > >I'm trying to detect and intelligently deal with problems created when >a user of a Python CGI page uploads a file and then gets impatient >and clicks on some other button or the browser's cancel button (or >even closes the pa

Un(der)documented bits of cgi.py

2007-09-15 Thread Bob Kline
I'm trying to detect and intelligently deal with problems created when a user of a Python CGI page uploads a file and then gets impatient and clicks on some other button or the browser's cancel button (or even closes the page). If the file is large enough, and the user is impatient enough, thi