[issue3181] ConfigParsers are classic classes

2008-06-24 Thread Ari Makela
Ari Makela <[EMAIL PROTECTED]> added the comment: 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

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
Changes by Ari Makela <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10712/configparser.py ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
Changes by Ari Makela <[EMAIL PROTECTED]>: Removed file: http://bugs.python.org/file10711/configparser.diff ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
Changes by Ari Makela <[EMAIL PROTECTED]>: Added file: http://bugs.python.org/file10711/configparser.diff ___ Python tracker <[EMAIL PROTECTED]> <http://bugs.pytho

[issue3181] ConfigParsers are classic classes

2008-06-23 Thread Ari Makela
New submission from Ari Makela <[EMAIL PROTECTED]>: The base class, ConfigParser.RawConfigParser does not inherit object and therefore it is a classic class. Test script run with my normal python installation: $ /usr/bin/python -V Python 2.5.2 $ /usr/bin/python arska/configparser.py ba