You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Variable methods trace_variable(), trace_vdelete() and trace_vinfo() wrap deprecated Tcl commands which were deleted in Tcl 9.0. Modern replacements trace_add(), trace_remove(), and trace_info() were added in Python 3.6 (#66313). They wrap Tcl commands supported since Tcl 8.4 or older, i.e. in all supported Tcl versions.
It is a time to add runtime warnings for the old methods.
Uh oh!
There was an error while loading. Please reload this page.
The
Variable
methodstrace_variable()
,trace_vdelete()
andtrace_vinfo()
wrap deprecated Tcl commands which were deleted in Tcl 9.0. Modern replacementstrace_add()
,trace_remove()
, andtrace_info()
were added in Python 3.6 (#66313). They wrap Tcl commands supported since Tcl 8.4 or older, i.e. in all supported Tcl versions.It is a time to add runtime warnings for the old methods.
Linked PRs
The text was updated successfully, but these errors were encountered: