New submission from Sebastian Thiel <byron...@gmail.com>: The section starting with: "If a class defines a slot also defined in a base class, the instance variable defined by the base class slot is inaccessible rendering the meaning of the program undefined. [...]"
would need to be revisited as it claims that a check for this issue might be added in future. As far as I can tell, it has been added in Python 2.4 or earlier as I get a TypeError in that case. The attached diff is my attempt to fix this issue. Kind Regards, Sebastian ---------- assignee: georg.brandl components: Documentation files: docfix.diff keywords: patch messages: 93447 nosy: Byron, georg.brandl severity: normal status: open title: Doc/reference/datamodel: Slots description needs update type: behavior versions: Python 2.4, Python 2.5, Python 2.6, Python 2.7, Python 3.0, Python 3.1, Python 3.2 Added file: http://bugs.python.org/file15020/docfix.diff _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue7036> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com