[issue6928] Doc: Class statements and metaclass = xxx

2010-08-02 Thread Georg Brandl
Georg Brandl added the comment: Should be fixed in r83538. -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue6928] Doc: Class statements and metaclass = xxx

2009-09-16 Thread Terry J. Reedy
New submission from Terry J. Reedy : For 3.x, I think 7.7 Class Definitions should mention the metaclass keyword arg and cross-reference 3.3.3 Customizing class creation. Since it is no longer a 'special' name, let alone a 'special method name', there is no reason to know to look for it under tha