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 farcat
Recipients amaury.forgeotdarc, farcat, glchapman, lorph, mwh
Date 2009-05-30.08:05:08
SpamBayes Score 0.0017219329
Marked as misclassified No
Message-id <1243670711.3.0.761991377554.issue672115@psf.upfronthosting.co.za>
In-reply-to
Content
ok, i see what you mean, for me at this time the most important question
is whta does 

class object(object)
    pass

do, why can i change baseclasses after i redeclare object this way, and
will it get me into trouble when i use this to let users dynamically
define classes and inheritence relationships?

cheers
History
Date User Action Args
2009-05-30 08:05:12farcatsetrecipients: + farcat, mwh, glchapman, amaury.forgeotdarc, lorph
2009-05-30 08:05:11farcatsetmessageid: <1243670711.3.0.761991377554.issue672115@psf.upfronthosting.co.za>
2009-05-30 08:05:08farcatlinkissue672115 messages
2009-05-30 08:05:08farcatcreate