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 rhettinger
Recipients eric.araujo, pconnell, rhettinger
Date 2019-08-22.07:20:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1566458406.27.0.0205627928592.issue17306@roundup.psfhosted.org>
In-reply-to
Content
There is just a little more work to do on this.

1) The class level docstrings needs to display which methods are required.  Sequence.__doc__ already does a good job of this but most of the other classes are missing docstrings or don't specific the needed methods.

2) Methods like Sequence.count and Mapping.__eq__ already have a good docstrings but there is nothing for most of the other methods.  The docstring should be modeled on that for the corresponding methods in the concrete classes (list.__getitem__ for example).
History
Date User Action Args
2019-08-22 07:20:06rhettingersetrecipients: + rhettinger, eric.araujo, pconnell
2019-08-22 07:20:06rhettingersetmessageid: <1566458406.27.0.0205627928592.issue17306@roundup.psfhosted.org>
2019-08-22 07:20:06rhettingerlinkissue17306 messages
2019-08-22 07:20:06rhettingercreate