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 terry.reedy
Recipients andyharrington, benjamin.peterson, daniel.urban, rhettinger, stutzbach, terry.reedy
Date 2011-03-04.21:06:04
SpamBayes Score 0.009187701
Marked as misclassified No
Message-id <1299272764.72.0.249280177233.issue11339@psf.upfronthosting.co.za>
In-reply-to
Content
>The basic problem is that the class object is defined after the class definitions have been made,

I have sometimes thought the the class statement could start with binding the name to a blank object or new, blank class object. But then people might try to grab attributes (and fail!) outside of method defs.
History
Date User Action Args
2011-03-04 21:06:04terry.reedysetrecipients: + terry.reedy, rhettinger, andyharrington, benjamin.peterson, stutzbach, daniel.urban
2011-03-04 21:06:04terry.reedysetmessageid: <1299272764.72.0.249280177233.issue11339@psf.upfronthosting.co.za>
2011-03-04 21:06:04terry.reedylinkissue11339 messages
2011-03-04 21:06:04terry.reedycreate