[issue20552] Use specific asserts in bytes tests

2017-03-27 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Close?

--
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

___
Python tracker 

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



[issue20552] Use specific asserts in bytes tests

2017-03-27 Thread STINNER Victor

STINNER Victor added the comment:


New changeset 604e74c6beb2585c81083fa85f0e5a4d46965cbc by Victor Stinner 
(Serhiy Storchaka) in branch 'master':
bpo-20552: Use specific asserts in bytes tests (#790)
https://github.com/python/cpython/commit/604e74c6beb2585c81083fa85f0e5a4d46965cbc


--
nosy: +haypo

___
Python tracker 

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



[issue20552] Use specific asserts in bytes tests

2017-03-26 Thread Terry J. Reedy

Terry J. Reedy added the comment:

Raymond, Am I correct in thinking that your comment is not specific to bytes 
but applies to all patches like this?  If so, I think I agree because any 
future changes that break tests will almost certain happen in 3.7+, so that the 
extra work of backporting will have almost 0 gain.  In a few years, the changes 
will be in all currently active branches for free.

--
nosy: +terry.reedy

___
Python tracker 

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



[issue20552] Use specific asserts in bytes tests

2017-03-23 Thread Mariatta Wijaya

Mariatta Wijaya added the comment:

I think this should only go to 3.7 now.

--
nosy: +Mariatta
versions: +Python 3.7 -Python 3.5

___
Python tracker 

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



[issue20552] Use specific asserts in bytes tests

2017-03-23 Thread Serhiy Storchaka

Changes by Serhiy Storchaka :


--
pull_requests: +695

___
Python tracker 

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



[issue20552] Use specific asserts in bytes tests

2014-02-13 Thread Raymond Hettinger

Raymond Hettinger added the comment:

None of these should be backported.

--
nosy: +rhettinger
versions: +Python 3.5 -Python 2.7, Python 3.3, Python 3.4

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



[issue20552] Use specific asserts in bytes tests

2014-02-07 Thread Serhiy Storchaka

New submission from Serhiy Storchaka:

The proposed patch makes bytes tests use more specific asserts. This will 
provide more useful failure report.

--
components: Tests
files: test_bytes_asserts.patch
keywords: easy, patch
messages: 210549
nosy: serhiy.storchaka
priority: normal
severity: normal
stage: patch review
status: open
title: Use specific asserts in bytes tests
type: enhancement
versions: Python 2.7, Python 3.3, Python 3.4
Added file: http://bugs.python.org/file33976/test_bytes_asserts.patch

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