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 benjamin.peterson
Recipients benjamin.peterson, facundobatista
Date 2008-09-09.01:17:53
SpamBayes Score 0.11687557
Marked as misclassified No
Message-id <1220923075.22.0.836380316706.issue3808@psf.upfronthosting.co.za>
In-reply-to
Content
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 urllib.parse.parse_qs instead
  DeprecationWarning)
History
Date User Action Args
2008-09-09 01:17:55benjamin.petersonsetrecipients: + benjamin.peterson, facundobatista
2008-09-09 01:17:55benjamin.petersonsetmessageid: <1220923075.22.0.836380316706.issue3808@psf.upfronthosting.co.za>
2008-09-09 01:17:54benjamin.petersonlinkissue3808 messages
2008-09-09 01:17:53benjamin.petersoncreate