[issue2172] Add doc-string to UserDict and DictMixin

Raymond Hettinger report at bugs.python.org
Mon Mar 24 09:53:20 CET 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

I'm not sure the class docstring approach is suitable for a mixin.  It 
seems fine to me that pydoc strips the commentary on the mixin as a 
standalone class; instead it appropriately focuses on the client class 
that uses the mixin as part of its API.

FWIW, all of this code goes away in Py3.0.

----------
resolution:  -> rejected
status: open -> closed

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2172>
__________________________________


More information about the Python-bugs-list mailing list