[docs] [issue16207] add class name to method signatures in stdtypes docs

Chris Jerdonek report at bugs.python.org
Fri Oct 12 09:22:47 CEST 2012


New submission from Chris Jerdonek:

The method signatures for some of the classes documented in library/stdtypes lack the class name.  For example, the list, dict, set, and memoryview methods lack the class name.  Adding the class name will help to distinguish methods from functions.

----------
assignee: docs at python
components: Documentation
messages: 172720
nosy: chris.jerdonek, docs at python, ezio.melotti
priority: normal
severity: normal
stage: needs patch
status: open
title: add class name to method signatures in stdtypes docs
type: enhancement
versions: Python 2.7, Python 3.2, Python 3.3, Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16207>
_______________________________________


More information about the docs mailing list