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 rhettinger
Recipients Paul.Ianas, rhettinger, tim.peters
Date 2014-10-31.21:22:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414790568.99.0.115426815394.issue22683@psf.upfronthosting.co.za>
In-reply-to
Content
> treat the hi in the precondition in the same way as the lo parameter

Originally, there was no special test for lo.  The test was added only because negative lo value failed in an unfortunate way (with an infinite loop).  No change to hi was made because (it succeeded in some cases and existing code might be relying on that or it failed in clear-cut way by raising an IndexError).

> That being said, from my point of view this ticket can be closed.

I concur.  When there isn't a clear case for change, it is usually better to favor stability over potential disruption.
History
Date User Action Args
2014-10-31 21:22:49rhettingersetrecipients: + rhettinger, tim.peters, Paul.Ianas
2014-10-31 21:22:48rhettingersetmessageid: <1414790568.99.0.115426815394.issue22683@psf.upfronthosting.co.za>
2014-10-31 21:22:48rhettingerlinkissue22683 messages
2014-10-31 21:22:48rhettingercreate