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 chris.jerdonek
Recipients chris.jerdonek, docs@python, ezio.melotti, pitrou
Date 2012-10-16.20:03:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350417796.73.0.933456390011.issue16252@psf.upfronthosting.co.za>
In-reply-to
Content
> I couldn't find any doc for bytes.join, etc.

One of the contributing factors to this is that bytes doesn't have its own class entry in the same way that, for example, list, dict, and memoryview have.

This creates a stumbling block for readers because they have to know to click on the "Bytes and Bytearray Operations" section as opposed to simply clicking on the type name as it is done for several other types.

With a class entry, locating where the methods are documented would be quicker and more intuitive.
History
Date User Action Args
2012-10-16 20:03:16chris.jerdoneksetrecipients: + chris.jerdonek, pitrou, ezio.melotti, docs@python
2012-10-16 20:03:16chris.jerdoneksetmessageid: <1350417796.73.0.933456390011.issue16252@psf.upfronthosting.co.za>
2012-10-16 20:03:16chris.jerdoneklinkissue16252 messages
2012-10-16 20:03:16chris.jerdonekcreate