Chris Jerdonek added the comment:

> 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.

----------
nosy: +chris.jerdonek

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16252>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to