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 rprosser
Recipients rprosser, wolma
Date 2016-11-25.12:46:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480077999.14.0.490115542304.issue28801@psf.upfronthosting.co.za>
In-reply-to
Content
Ah. Something like self._interpolation.before_get(self, section, option, value, d) could be better written as self._interpolation.before_get(parser=self, ...) - but that would require keyword arguments to be used throughout.

I still don't grock the apparent 'get()' signature mis-match however.
History
Date User Action Args
2016-11-25 12:46:39rprossersetrecipients: + rprosser, wolma
2016-11-25 12:46:39rprossersetmessageid: <1480077999.14.0.490115542304.issue28801@psf.upfronthosting.co.za>
2016-11-25 12:46:39rprosserlinkissue28801 messages
2016-11-25 12:46:39rprossercreate