[issue3035] Removing apparently unwanted functions from Tkinter

R. David Murray report at bugs.python.org
Wed Mar 21 22:53:58 CET 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

PendingDeprecationWarning would mean that we are going to remove it "someday".  If you actually want to remove them in a reasonable time, you should use "DeprecationWarning" in 3.3, and then remove them in 3.4.

But is there a need to remove them?  Maybe PendingDeprecationWarning is right and we'll remove them in Python4 :)

----------
nosy: +r.david.murray

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


More information about the Python-bugs-list mailing list