[issue20555] Use specific asserts in urllib related tests

2014-02-08 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Thank you for your review Giampaolo. -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker _

[issue20555] Use specific asserts in urllib related tests

2014-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset b21397ca58c7 by Serhiy Storchaka in branch '2.7': Issue #20555: Use specific asserts in urllib, httplib, ftplib, cgi, wsgiref tests. http://hg.python.org/cpython/rev/b21397ca58c7 New changeset b6f8d5148a05 by Serhiy Storchaka in branch '3.3': Issue

[issue20555] Use specific asserts in urllib related tests

2014-02-07 Thread Giampaolo Rodola'
Giampaolo Rodola' added the comment: Patch LGTM. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue20555] Use specific asserts in urllib related tests

2014-02-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the urllib, httplib, ftplib, cgi, and wsgiref modules tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_urllib_asserts.patch keywords: patch messages: 210561 nosy