[Patches] [ python-Patches-1462235 ] Fix of "disgusting hack" in Misc.after

SourceForge.net noreply at sourceforge.net
Sun Apr 2 23:10:07 CEST 2006


Patches item #1462235, was opened at 2006-03-31 16:38
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1462235&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: Python 2.5
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Christos Georgiou (tzot)
Assigned to: Martin v. Löwis (loewis)
Summary: Fix of "disgusting hack" in Misc.after

Initial Comment:
Misc.after had a "disgusting hack" probably dating
before closures in order to clean up functions after
having been called by 'after'.

This patch changes the functionality from using a list
as a default argument to using a plain closure.

I came upon it while fixing the Tix.Grid class, trying
to understand the Tkinter code.

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

>Comment By: Georg Brandl (gbrandl)
Date: 2006-04-02 21:10

Message:
Logged In: YES 
user_id=849994

Thanks, applied in rev. 43555.

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

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


More information about the Patches mailing list