[issue1817] module-cgi: handling GET and POST together

2008-06-21 Thread Nubis

Nubis <[EMAIL PROTECTED]> added the comment:

This was pretty much done when I got here. It broked the other cgi_test
(which tests some other corner cases).
Patch includes modifications to Lib/cgi.py and adds
Lib/test/test_cgi_post_qs.py to test the new features.

This should be closed by now, but since this is my first patch, just let
me know what else should I do to get it closed.

thanks!

--
keywords: +patch
nosy: +Nubis
versions: +Python 2.6
Added file: http://bugs.python.org/file10683/post_qs.patch

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1817>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue1817] module-cgi: handling GET and POST together

2008-06-21 Thread Nubis

Nubis <[EMAIL PROTECTED]> added the comment:

I moved the test into the current test_cgi.py, and also added the docs
and NEWS.
This patch also includes all the previous changes and is the only one
that needs to be merged.


Now I think it def should be closed :)

Added file: http://bugs.python.org/file10689/post_qs_final.patch

___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.python.org/issue1817>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com