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 mdcowles
Recipients
Date 2003-07-01.02:28:18
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
The new code in after_cancel in the version of Tkinter.py 
that ships with 2.3b2:

(script, type) = self.tk.splitlist(
                self.tk.call('after', 'info', id))

fails because the splitlist call returns something like

('after#53',)

at least when linking against the Tcl and Tk 8.4 libraries that 
Fink installs under Mac OS X.
History
Date User Action Args
2007-08-23 14:14:24adminlinkissue763637 messages
2007-08-23 14:14:24admincreate