[issue14281] Add unit test for cgi.escape method

2012-03-13 Thread Roundup Robot

Roundup Robot  added the comment:

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

--
nosy: +python-dev
resolution:  -> fixed
stage:  -> committed/rejected
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue14281] Add unit test for cgi.escape method

2012-03-12 Thread Brian Landers

New submission from Brian Landers :

The cgi.escape method is deprecated, but it should still have test coverage.  
This patch adds a test for it.

--
components: Tests
files: cgi_test_escape.patch
keywords: patch
messages: 155563
nosy: packetslave
priority: normal
severity: normal
status: open
title: Add unit test for cgi.escape method
type: enhancement
versions: Python 3.3
Added file: http://bugs.python.org/file24811/cgi_test_escape.patch

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com