[issue16377] Fix bisect unittest

2012-12-14 Thread Jesús Cea Avión
Changes by Jesús Cea Avión : -- nosy: +jcea ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Thanks, Mark. I've missed it. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscrib

[issue16377] Fix bisect unittest

2012-10-31 Thread Mark Dickinson
Mark Dickinson added the comment: (also in 2.7 :-) -- nosy: +mark.dickinson ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue16377] Fix bisect unittest

2012-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 8296b686c6de by Mark Dickinson in branch '2.7': Issue #16377: fix missed test due to incorrect indentation in test_bisect. Thanks Yury Selivanov. http://hg.python.org/cpython/rev/8296b686c6de -- ___ Pyt

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Changes by Andrew Svetlov : -- stage: -> committed/rejected ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: ht

[issue16377] Fix bisect unittest

2012-10-31 Thread Andrew Svetlov
Andrew Svetlov added the comment: Fixed. Thanks, Yury. -- components: +Library (Lib) nosy: +asvetlov resolution: -> fixed status: open -> closed type: -> enhancement versions: +Python 3.2, Python 3.4 ___ Python tracker

[issue16377] Fix bisect unittest

2012-10-31 Thread Roundup Robot
Roundup Robot added the comment: New changeset 838e2b19489e by Andrew Svetlov in branch '3.2': Issue #16377: Fix bisect unittest. http://hg.python.org/cpython/rev/838e2b19489e New changeset f3dd84feeb58 by Andrew Svetlov in branch '3.3': Merge issue #16377: Fix bisect unittest. http://hg.python.

[issue16377] Fix bisect unittest

2012-10-31 Thread Yury Selivanov
New submission from Yury Selivanov: TestInsort.test_vsBuiltinSort is a bit broken, as it doesn't test insorting `list` objects. Patch attached. -- files: test_bisect.patch keywords: patch messages: 174365 nosy: christian.heimes, georg.brandl, rhettinger, yselivanov priority: normal sev