[issue4116] name conflict in ScrolledCanvas.__init__() in Lib/turtle.py

Gregor Lingl report at bugs.python.org
Tue Oct 14 00:57:07 CEST 2008


New submission from Gregor Lingl <gregorlingl at users.sourceforge.net>:

In ScrolledCanvas.__init__()  there's a name conflict with a methodname
of the parentclass Frame: _root. The bugfix consists in renaming this
attribute, which occurs only twice. No change in behaviour at all.

Regards,
Gregor

----------
components: Library (Lib)
files: ScrolledCanvas.__init__.diff
keywords: patch
messages: 74709
nosy: gregorlingl, loewis
severity: normal
status: open
title: name conflict in ScrolledCanvas.__init__() in Lib/turtle.py
versions: Python 3.0
Added file: http://bugs.python.org/file11776/ScrolledCanvas.__init__.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue4116>
_______________________________________


More information about the Python-bugs-list mailing list