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
Date 2012-10-12.07:22:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350026567.26.0.190779940356.issue16207@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-12 07:22:47chris.jerdoneksetrecipients: + chris.jerdonek, ezio.melotti, docs@python
2012-10-12 07:22:47chris.jerdoneksetmessageid: <1350026567.26.0.190779940356.issue16207@psf.upfronthosting.co.za>
2012-10-12 07:22:47chris.jerdoneklinkissue16207 messages
2012-10-12 07:22:46chris.jerdonekcreate