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 hauva
Recipients georg.brandl, hauva
Date 2008-06-24.09:48:16
SpamBayes Score 0.043123182
Marked as misclassified No
Message-id <1214300899.07.0.948722389735.issue3181@psf.upfronthosting.co.za>
In-reply-to
Content
New-style classes make object orientated programming considerably more
convenient. For example one can use property() instead of __setitem__ et
al. There's super(). This is, of course, not a serious problem and one
can always implement a composite class which inherits from object and
has a configparser as an attribute.

This would be a nice improvement and as far as I know completely safe.
History
Date User Action Args
2008-06-24 09:48:19hauvasetspambayes_score: 0.0431232 -> 0.043123182
recipients: + hauva, georg.brandl
2008-06-24 09:48:19hauvasetspambayes_score: 0.0431232 -> 0.0431232
messageid: <1214300899.07.0.948722389735.issue3181@psf.upfronthosting.co.za>
2008-06-24 09:48:17hauvalinkissue3181 messages
2008-06-24 09:48:16hauvacreate