[Python-bugs-list] [ python-Bugs-763637 ] 2.3b2 unpack tuple of wrong size in after_cancel

SourceForge.net noreply@sourceforge.net
Mon, 30 Jun 2003 19:28:18 -0700


Bugs item #763637, was opened at 2003-06-30 21:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763637&group_id=5470

Category: Tkinter
Group: Python 2.3
Status: Open
Resolution: None
Priority: 5
Submitted By: Matthew Cowles (mdcowles)
Assigned to: Nobody/Anonymous (nobody)
Summary: 2.3b2 unpack tuple of wrong size in after_cancel

Initial Comment:
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.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=763637&group_id=5470