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
Changes by Ari Makela <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10712/configparser.py
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Ari Makela <[EMAIL PROTECTED]>:
Removed file: http://bugs.python.org/file10711/configparser.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
Changes by Ari Makela <[EMAIL PROTECTED]>:
Added file: http://bugs.python.org/file10711/configparser.diff
___
Python tracker <[EMAIL PROTECTED]>
<http://bugs.pytho
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