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 ezio.melotti
Recipients docs@python, ezio.melotti
Date 2015-03-02.09:28:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1425288490.4.0.288876913126.issue23560@psf.upfronthosting.co.za>
In-reply-to
Content
The Doc/library/stdtypes.rst page describes in detail the built-in types and their methods.  As suggested in #21777 (see the comments on Rietveld), it might be a good idea to group the documentation of some similar methods, such as {r|l|}just, {r|l|}strip, {r|}partition, {r|}index, and {r|}find.

This will remove some duplication, make the page shorter and easier to navigate, and make the methods easier to discover.  Adding tables containing the methods for each types has also been proposed.
History
Date User Action Args
2015-03-02 09:28:10ezio.melottisetrecipients: + ezio.melotti, docs@python
2015-03-02 09:28:10ezio.melottisetmessageid: <1425288490.4.0.288876913126.issue23560@psf.upfronthosting.co.za>
2015-03-02 09:28:10ezio.melottilinkissue23560 messages
2015-03-02 09:28:10ezio.melotticreate