[Python-checkins] r76892 - python/trunk/Doc/library/stdtypes.rst

Nick Coghlan ncoghlan at gmail.com
Sun Dec 20 00:46:23 CET 2009


georg.brandl wrote:
> Modified: python/trunk/Doc/library/stdtypes.rst
> ==============================================================================
> --- python/trunk/Doc/library/stdtypes.rst	(original)
> +++ python/trunk/Doc/library/stdtypes.rst	Sat Dec 19 19:20:18 2009
> @@ -2828,8 +2828,7 @@
>  
>  .. attribute:: class.__bases__
>  
> -   The tuple of base classes of a class object.  If there are no base classes, this
> -   will be an empty tuple.
> +   The tuple of base classes of a class object.

Hmm, I never found that redundant - it makes it clear the terminal value
is () rather than None.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-checkins mailing list