Antoine De Groote <[EMAIL PROTECTED]> writes: > In the snippet above (taken from the Python doc > http://docs.python.org/lib/built-in-funcs.html), self.__x is > initialized, but never used. I would appreciate any explanation for > this.
Looks like a typo, should say self._x . -- http://mail.python.org/mailman/listinfo/python-list