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 vstinner
Recipients vajrasky, vstinner
Date 2018-12-17.11:39:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1545046780.91.0.788709270274.issue35519@psf.upfronthosting.co.za>
In-reply-to
Content
Your problem is that you have the Lib/test/bisect.py file. I renamed it to Lib/test/bisect_cmd.py.

Workarounds:

* Run the test using: ./python -m test test_xmlrpc
* Rename Lib/test/bisect.py to Lib/test/bisect_cmd.py

This bug is already fixed in the 2.7. You have to wait for the next 2.7 release to get the fix.
History
Date User Action Args
2018-12-17 11:39:40vstinnersetrecipients: + vstinner, vajrasky
2018-12-17 11:39:40vstinnersetmessageid: <1545046780.91.0.788709270274.issue35519@psf.upfronthosting.co.za>
2018-12-17 11:39:40vstinnerlinkissue35519 messages
2018-12-17 11:39:40vstinnercreate