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 ezio.melotti
Recipients brett.cannon, ezio.melotti, zach.ware
Date 2013-01-09.07:03:15
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357714995.71.0.696766747692.issue16897@psf.upfronthosting.co.za>
In-reply-to
Content
I think that here all the test_main() can be removed except support.run_doctest(test_bisect, verbose).  This should probably be moved after unittest.main() (unless the doctests are removed/converted to unittest).  Refcounting is already provided by regrtest.
History
Date User Action Args
2013-01-09 07:03:15ezio.melottisetrecipients: + ezio.melotti, brett.cannon, zach.ware
2013-01-09 07:03:15ezio.melottisetmessageid: <1357714995.71.0.696766747692.issue16897@psf.upfronthosting.co.za>
2013-01-09 07:03:15ezio.melottilinkissue16897 messages
2013-01-09 07:03:15ezio.melotticreate