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 zildjohn01
Recipients zildjohn01
Date 2011-08-03.21:18:46
SpamBayes Score 3.6805337e-05
Marked as misclassified No
Message-id <1312406327.25.0.971358646262.issue12688@psf.upfronthosting.co.za>
In-reply-to
Content
The ConfigParser docs say that when __init__ is called with interpolation=None, no interpolation occurs. But when this is done in Python 3.2.1, it actually results in an AttributeError upon getting or setting a value, due to self._interpolation being set to None.

This incredibly simple patch brings the behavior inline with the docs.
History
Date User Action Args
2011-08-03 21:18:47zildjohn01setrecipients: + zildjohn01
2011-08-03 21:18:47zildjohn01setmessageid: <1312406327.25.0.971358646262.issue12688@psf.upfronthosting.co.za>
2011-08-03 21:18:46zildjohn01linkissue12688 messages
2011-08-03 21:18:46zildjohn01create