[New-bugs-announce] [issue44227] help(bisect.bisect_left)

Mallika Bachan report at bugs.python.org
Mon May 24 21:07:38 EDT 2021


New submission from Mallika Bachan <mallika.bachan at gmail.com>:

Documentation issue.

help(bisect.bisect_left)
says: "... if x already appears in the list, i points just before the leftmost x already there."
but in fact, it actually points *to* the leftmost x already there

----------
messages: 394280
nosy: mallika.bachan
priority: normal
severity: normal
status: open
title: help(bisect.bisect_left)
type: behavior
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44227>
_______________________________________


More information about the New-bugs-announce mailing list