[issue19604] Use specific asserts in array tests

2013-11-17 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___

[issue19604] Use specific asserts in array tests

2013-11-17 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7d8c7a176fb by Serhiy Storchaka in branch '2.7': Issue #19604: Use specific asserts in array tests. http://hg.python.org/cpython/rev/f7d8c7a176fb New changeset 3650790ca33a by Serhiy Storchaka in branch '3.3': Issue #19604: Use specific asserts in

[issue19604] Use specific asserts in array tests

2013-11-16 Thread Ezio Melotti
Ezio Melotti added the comment: LGTM. -- nosy: +ezio.melotti ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue19604] Use specific asserts in array tests

2013-11-15 Thread Serhiy Storchaka
New submission from Serhiy Storchaka: The proposed patch makes the array module tests use more specific asserts. This will provide more useful failure report. -- components: Tests files: test_array_asserts.patch keywords: patch messages: 202929 nosy: serhiy.storchaka priority: normal se