[issue22061] Restore deleted tkinter functions with deprecaton dummies.

2014-07-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: The turtledemo part of this issue is over. (Lita, tracebacks are not 'crash' issues. Segfaults and the Windows equivalent are.) The restoration patch could have been attached to 4350. But since it is here, I retitled this issue instead of closing it. Patch

[issue22061] Restore deleted tkinter functions with deprecaton dummies.

2014-07-25 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: May be add deprecation warnings in 2.7 and 3.4? This method's calls can be left in existing user code as in turtledemo and this code behaves differently from how it was designed and behaved with Tk 4.0. As far as now this methods are empty, this bug can be

[issue22061] Restore deleted tkinter functions with deprecaton dummies.

2014-07-25 Thread Terry J. Reedy
Terry J. Reedy added the comment: Since Deprecation warnings are off by default, backporting seems like a good idea. There was talk on pydev about adding more py3 warnings to 2.7, which this essentially is (though the removal is delated to 3.6). --

[issue22061] Restore deleted tkinter functions with deprecaton dummies.

2014-07-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset f7c84674bdec by Serhiy Storchaka in branch '2.7': Issue #22061: Add deprecation warnings in empty obsolete methods. http://hg.python.org/cpython/rev/f7c84674bdec New changeset a50297e793f9 by Serhiy Storchaka in branch '3.4': Issue #22061: Add

[issue22061] Restore deleted tkinter functions with deprecaton dummies.

2014-07-25 Thread Serhiy Storchaka
Changes by Serhiy Storchaka storch...@gmail.com: -- resolution: - fixed stage: commit review - resolved status: open - closed ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue22061 ___