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 LambertDW
Recipients LambertDW, georg.brandl
Date 2009-12-11.18:08:58
SpamBayes Score 0.0006946085
Marked as misclassified No
Message-id <1260554940.07.0.376480280758.issue7480@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-12-11 18:09:00LambertDWsetrecipients: + LambertDW, georg.brandl
2009-12-11 18:09:00LambertDWsetmessageid: <1260554940.07.0.376480280758.issue7480@psf.upfronthosting.co.za>
2009-12-11 18:08:58LambertDWlinkissue7480 messages
2009-12-11 18:08:58LambertDWcreate