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 wolma
Recipients rprosser, wolma
Date 2016-11-25.11:21:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1480072919.48.0.437743558199.issue28801@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, that's kind of confusing at first!

the 'self' in the method calls (like on line 796) refers to the ConfigParser instance and will be bound to the parser parameter. The first parameter, the 'self' in the interpolation method definition, is not provided as usual because the method is called on an _interpolation instance. => Nothing special here except the names of the arguments
History
Date User Action Args
2016-11-25 11:21:59wolmasetrecipients: + wolma, rprosser
2016-11-25 11:21:59wolmasetmessageid: <1480072919.48.0.437743558199.issue28801@psf.upfronthosting.co.za>
2016-11-25 11:21:59wolmalinkissue28801 messages
2016-11-25 11:21:59wolmacreate