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 hauva
Date 2008-06-23.16:48:07
SpamBayes Score 0.0010396482
Marked as misclassified No
Message-id <1214239689.68.0.615869985575.issue3181@psf.upfronthosting.co.za>
In-reply-to
Content
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
bar

And run with uptodate svn checkout with modified ConfigParser.py

$ LD_LIBRARY_PATH=/usr/local/lib /usr/local/bin/python -V
Python 2.6b1+

$ LD_LIBRARY_PATH=/usr/local/lib arska/configparser.py
Setting value=bar
Getting value=bar
bar

Platform: Kubuntu 8.04.
$ uname -a
Linux laphroaig 2.6.24-19-generic #1 SMP Wed Jun 4 15:10:52 UTC 2008
x86_64 GNU/Linux

The test script and diff -u as attachments.
History
Date User Action Args
2008-06-23 16:48:09hauvasetspambayes_score: 0.00103965 -> 0.0010396482
recipients: + hauva
2008-06-23 16:48:09hauvasetspambayes_score: 0.00103965 -> 0.00103965
messageid: <1214239689.68.0.615869985575.issue3181@psf.upfronthosting.co.za>
2008-06-23 16:48:08hauvalinkissue3181 messages
2008-06-23 16:48:08hauvacreate