New submission from David W. Lambert <b49p23t...@stny.rr.com>: http://docs.python.org/dev/py3k/library/stdtypes.html#index-559
Proposal: remove last sentence from "class.__bases__ The tuple of base classes of a class object. If there are no base classes, this will be an empty tuple." Reason: Sentence is a python 2 relic. The only case is this--- >>> object.__bases__ () Point being that documentation should be clear, puzzles left as a comprehension test. ---------- assignee: georg.brandl components: Documentation messages: 96269 nosy: LambertDW, georg.brandl severity: normal status: open title: trite documentation issue. versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7480> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com