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 serhiy.storchaka
Recipients serhiy.storchaka
Date 2014-07-26.17:33:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406396007.9.0.890469508876.issue22085@psf.upfronthosting.co.za>
In-reply-to
Content
Command used to monitor Tcl variable access ("trace variable", "trace vdelete", "trace vinfo") are deprecated and will likely be removed in a future version of Tcl. Proposed patch replaces them to modern equivalents.

The problem is that new commands was introduced in Tcl 8.4, but minimal supported by Tkinter version is 8.3. This patch should wait until dropping support of Tcl 8.3.
History
Date User Action Args
2014-07-26 17:33:27serhiy.storchakasetrecipients: + serhiy.storchaka
2014-07-26 17:33:27serhiy.storchakasetmessageid: <1406396007.9.0.890469508876.issue22085@psf.upfronthosting.co.za>
2014-07-26 17:33:27serhiy.storchakalinkissue22085 messages
2014-07-26 17:33:27serhiy.storchakacreate