[New-bugs-announce] [issue29669] Missing import of bisect in the documentation examples

Marco Buttu report at bugs.python.org
Mon Feb 27 13:58:07 EST 2017


New submission from Marco Buttu:

There is no import of bisect.bisect() and bisect.bisect_left() in the documentation. IMHO the examples are clearer and more complete if we import these functions, as in the attached patch.

----------
assignee: docs at python
components: Documentation
files: import_bisect.patch
keywords: patch
messages: 288663
nosy: docs at python, marco.buttu
priority: normal
severity: normal
status: open
title: Missing import of bisect in the documentation examples
type: enhancement
versions: Python 3.5, Python 3.6, Python 3.7
Added file: http://bugs.python.org/file46676/import_bisect.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue29669>
_______________________________________


More information about the New-bugs-announce mailing list