New submission from Ezio Melotti:

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.

----------
assignee: docs@python
components: Documentation
keywords: easy
messages: 237036
nosy: docs@python, ezio.melotti
priority: normal
severity: normal
stage: needs patch
status: open
title: Group the docs of similar methods in stdtypes.rst
type: enhancement
versions: Python 2.7, Python 3.4, Python 3.5

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

Reply via email to