Le 29/07/2011 14:48, Antoine Pitrou a écrit :
>> It is now possible to inherit from Thread and other classes, without
>> having to import the private underscored names like multiprocessing did.
> A correction: it was already possible to inherit from Thread (since
> it's quite useful to do so).

Indeed, and Timer for example inherits from Thread.  The other classes I
changed however were not subclassable (the original bug report was about
subclassing Timer, not Thread), I just picked the one wrong example when
writing “X and other classes” :)

Regards
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to