Wolfgang Maier added the comment:

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

----------
nosy: +wolma
type: compile error -> 

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue28801>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to