[issue22061] turtledemo doesn't launch due to changes in tkinter

Serhiy Storchaka report at bugs.python.org
Fri Jul 25 07:49:53 CEST 2014


Serhiy Storchaka added the comment:

Indeed, unlike to other removed methods which raised an exception, removing this doing nothing method can break existing code. We should restore it and add deprecation warning.

Of course the use of obsolete method should be removed from turtledemo.

----------
components: +Tkinter
stage:  -> patch review
type: crash -> behavior
Added file: http://bugs.python.org/file36083/tkinter_restore_empty_methods.patch

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


More information about the Python-bugs-list mailing list