This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author zach.ware
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-08.21:39:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357681145.64.0.619169785001.issue16897@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2013-01-08 21:39:05zach.waresetrecipients: + zach.ware, brett.cannon, ezio.melotti
2013-01-08 21:39:05zach.waresetmessageid: <1357681145.64.0.619169785001.issue16897@psf.upfronthosting.co.za>
2013-01-08 21:39:05zach.warelinkissue16897 messages
2013-01-08 21:39:05zach.warecreate