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 gregorlingl
Recipients gregorlingl, loewis
Date 2008-10-13.22:57:06
SpamBayes Score 0.0034603546
Marked as misclassified No
Message-id <1223938627.85.0.00676973039125.issue4116@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2008-10-13 22:57:07gregorlinglsetrecipients: + gregorlingl, loewis
2008-10-13 22:57:07gregorlinglsetmessageid: <1223938627.85.0.00676973039125.issue4116@psf.upfronthosting.co.za>
2008-10-13 22:57:07gregorlingllinkissue4116 messages
2008-10-13 22:57:07gregorlinglcreate