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 quentel, serhiy.storchaka, vstinner, yselivanov
Date 2017-11-24.01:39:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
Python 2.7.14 was released with test.bisect.

While there are corner cases, do we really have to do something?

The simplest fix is just to rename Lib/test/bisect.py to Lib/test/bisect_cmd.py in Python 2.7. It's a tool written for CPython developer, it's CLI is not stable nor documented.

It just mean replacing "./python -m test.bisect ..." with "./python -m test.bisect_cmd ...", not a big deal.

What do you think of renaming the script?
History
Date User Action Args
2017-11-24 01:39:25vstinnersetrecipients: + vstinner, quentel, serhiy.storchaka, yselivanov
2017-11-24 01:39:25vstinnersetmessageid: <[email protected]>
2017-11-24 01:39:25vstinnerlinkissue29512 messages
2017-11-24 01:39:24vstinnercreate