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 nascheme
Recipients nascheme, vstinner
Date 2017-09-04.21:48:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504561717.28.0.121590412099.issue31342@psf.upfronthosting.co.za>
In-reply-to
Content
After a lot of head scratching, I have discovered why tests are failing for me.  E.g. "./python Lib/test/test_datetime.py" results in

AttributeError: module 'bisect' has no attribute 'bisect_right'

Running tests this way causes test/bisect to be imported rather than the std library bisect module.  I'm not sure of the correct fix, perhaps rename test.bisect?

Patch that added it: bpo-29512: Add test.bisect, bisect failing tests
History
Date User Action Args
2017-09-04 21:48:37naschemesetrecipients: + nascheme, vstinner
2017-09-04 21:48:37naschemesetmessageid: <1504561717.28.0.121590412099.issue31342@psf.upfronthosting.co.za>
2017-09-04 21:48:37naschemelinkissue31342 messages
2017-09-04 21:48:37naschemecreate