[issue3808] test_cgi is giving deprecation warnings

2008-09-08 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: Fixed in r66326. Thank you! -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ __

[issue3808] test_cgi is giving deprecation warnings

2008-09-08 Thread Benjamin Peterson
Benjamin Peterson <[EMAIL PROTECTED]> added the comment: No, just surround the tests in the warnings.catch_warning context manager and filter out the DeprecationWarnings. ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3808] test_cgi is giving deprecation warnings

2008-09-08 Thread Facundo Batista
Facundo Batista <[EMAIL PROTECTED]> added the comment: My fault, I'm exercising functions that have to raise a deprecation warning... should I remove these tests? Thank you! ___ Python tracker <[EMAIL PROTECTED]> ___

[issue3808] test_cgi is giving deprecation warnings

2008-09-08 Thread Benjamin Peterson
New submission from Benjamin Peterson <[EMAIL PROTECTED]>: test_cgi /temp/python/py3k/Lib/cgi.py:166: DeprecationWarning: cgi.parse_qs is deprecated, use urllib.parse.parse_qs instead DeprecationWarning) /temp/python/py3k/Lib/cgi.py:172: DeprecationWarning: cgi.parse_qsl is deprecated, use urll