New submission from Zachary Ware:

Here's the fix for test_bisect.py.

This one has an extra change, that of replacing the manual method of obtaining 
c_bisect and py_bisect with two calls to support.import_fresh_module.

This one also has an extra wrench thrown in the gears by including a few 
doctests.  I haven't changed anything in relation to those doctests, but I 
wonder if there's really any point to keeping them there considering they claim 
to be pulled from the docs but are in fact significantly different from what is 
in the docs these days.

----------
components: Tests
files: test_bisect_fix.diff
keywords: patch
messages: 179374
nosy: brett.cannon, ezio.melotti, zach.ware
priority: normal
severity: normal
status: open
title: Fix test discovery for test_bisect.py
type: behavior
versions: Python 3.3, Python 3.4
Added file: http://bugs.python.org/file28634/test_bisect_fix.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16897>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to