[issue20549] Use specific asserts in mailbox, smtplib and poplib tests

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

[issue20549] Use specific asserts in mailbox, smtplib and poplib tests

2014-02-08 Thread Roundup Robot
Roundup Robot added the comment: New changeset 1c3fcba31708 by Serhiy Storchaka in branch '2.7': Issue #20549: Use specific asserts in mailbox, smtplib and poplib tests. http://hg.python.org/cpython/rev/1c3fcba31708 New changeset bd1d6916b689 by Serhiy Storchaka in branch '3.3': Issue #20549: Us

[issue20549] Use specific asserts in mailbox, smtplib and poplib tests

2014-02-07 Thread R. David Murray
R. David Murray added the comment: Looks good to me. -- nosy: +r.david.murray ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue20549] Use specific asserts in mailbox, smtplib and poplib tests

2014-02-07 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the mailbox, smtplib and poplib modules tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_mailbox_asserts.patch keywords: easy, patch messages: 210546 nosy: giamp