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.

classification
Title: Add unit test for cgi.escape method
Type: enhancement Stage: resolved
Components: Tests Versions: Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: packetslave, python-dev
Priority: normal Keywords: patch

Created on 2012-03-13 03:05 by packetslave, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
cgi_test_escape.patch packetslave, 2012-03-13 03:05 unit test for cgi.escape review
Messages (2)
msg155563 - (view) Author: Brian Landers (packetslave) Date: 2012-03-13 03:05
The cgi.escape method is deprecated, but it should still have test coverage.  This patch adds a test for it.
msg155581 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2012-03-13 08:51
New changeset 757afb3af762 by Senthil Kumaran in branch '2.7':
Fix closes Issue14281 - Test for cgi.escape by Brian Landers
http://hg.python.org/cpython/rev/757afb3af762

New changeset 13922f6d87f2 by Senthil Kumaran in branch '3.2':
3.2 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
http://hg.python.org/cpython/rev/13922f6d87f2

New changeset 70712a806bdb by Senthil Kumaran in branch 'default':
merge to 3.3 - Fix closes Issue14281 - Test for cgi.escape by Brian Landers
http://hg.python.org/cpython/rev/70712a806bdb
History
Date User Action Args
2022-04-11 14:57:27adminsetgithub: 58489
2012-03-13 08:51:33python-devsetstatus: open -> closed

nosy: + python-dev
messages: + msg155581

resolution: fixed
stage: resolved
2012-03-13 03:05:10packetslavecreate