[Python-3000] Minor documentation issue with pep-3119

Georg Brandl g.brandl at gmx.net
Sat Jun 7 16:56:49 CEST 2008


Fixed in r64010. Thanks!

Georg

Carl Johnson schrieb:
> Currently it states:
> 
> """To solve these and similar dilemmas, the next section will propose  
> a metaclass for use with ABCs that will allow us to add an ABC as a  
> "virtual base class" (not the same concept as in C++) to any class,  
> including to another ABC. This allows the standard library to define  
> ABCs Sequence and MutableSequence and register these as virtual base  
> classes for built-in types like basestring, tuple and list, so that  
> for example the following conditions are all true:
> 
> <snip>
> 
> issubclass(bytes, MutableSequence)"""
> 
> 
> 
> Not true anymore! Someone should fix that to say Sequence instead.
> 
> Thanks,
> 
> Carl Johnson


-- 
Thus spake the Lord: Thou shalt indent with four spaces. No more, no less.
Four shall be the number of spaces thou shalt indent, and the number of thy
indenting shall be four. Eight shalt thou not indent, nor either indent thou
two, excepting that thou then proceed to four. Tabs are right out.



More information about the Python-3000 mailing list