New submission from Alexander Belopolsky: Attached patch improves pydoc UserDict presentation.
One of the problems with the current documentation in comments is that order of methods is not preserved and thus the method level comments in DictMixin implementation are meaningless in pydoc. (In any case the comments are not accurate even in the source file.) If this patch is accepted in principle, the original level comments should be removed. I am leaving them intact to simplify the review. ---------- files: UserDict-doc.diff keywords: patch messages: 62876 nosy: belopolsky severity: normal status: open title: Add doc-string to UserDict and DictMixin Added file: http://bugs.python.org/file9529/UserDict-doc.diff __________________________________ Tracker <[EMAIL PROTECTED]> <http://bugs.python.org/issue2172> __________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com