[New-bugs-announce] [issue34116] Move all bytes/bytearray/int/float/complex documentation to Built-in Types

Andrés Delfino report at bugs.python.org
Sat Jul 14 20:07:30 EDT 2018


New submission from Andrés Delfino <adelfino at gmail.com>:

Right now, bytearray, bytes, complex, float and int documentation is splitted into stdtypes.rst and functions.rst. I think stdtypes.rst should be the only source with all documentation, and functions.rst should just point out to stdtypes.rst. This would make it easier to get the complete picture of a given type without having to jump between pages. This is how the documentation of dict, frozenset, list, memoryview, range, set, str and tuple works.

I believe bool() is more useful in functions.rst, as it's really short.

----------
assignee: docs at python
components: Documentation
messages: 321667
nosy: adelfino, docs at python
priority: normal
severity: normal
status: open
title: Move all bytes/bytearray/int/float/complex documentation to Built-in Types
type: enhancement
versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8

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


More information about the New-bugs-announce mailing list