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 adelfino
Recipients adelfino, docs@python
Date 2018-07-15.00:07:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1531613250.34.0.56676864532.issue34116@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-07-15 00:07:30adelfinosetrecipients: + adelfino, docs@python
2018-07-15 00:07:30adelfinosetmessageid: <1531613250.34.0.56676864532.issue34116@psf.upfronthosting.co.za>
2018-07-15 00:07:29adelfinolinkissue34116 messages
2018-07-15 00:07:28adelfinocreate