Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:
Attaching issue8983.diff patch. I am a bit unsure about __init__ docstring change: 1. Are cases when help(type(x)) differs from help(x) important enough to distinguish in docstring? 2. Do we need a default docstring on __init__ at all? If so, should we keep a reference to class doc which may not be correct? See issue8973. 3. Why __init__ has a default docstring but __new__ and __del__ don't? 4. There are some other inconsistencies in type docstrings. E.g., "__subclasschck__ -> check if an class is a subclass" (misspelling and and missing ()). ---------- keywords: +patch stage: needs patch -> commit review versions: +Python 2.7, Python 3.2 Added file: http://bugs.python.org/file17647/issue8983.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue8983> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com