My favorites | Sign in
Project Logo
                
Revision: r85
Author:  ggpolo
Date:  Dec 17, 2008
Review scores: No one has yet scored this revision.
 

Log message

* Fixed leaks in Misc.after, Misc._bind, Misc.unbind and
Misc.unbind_all, testes for all these except the first have been added;

* The parameter needcleanup used by some methods in Misc has been
renamed to widgetcmd to indicate where the command should live;

* Misc.deletecommand has been renamed to Misc._deletecommand since it is
not supposed to be called by anyone outside Tkinter;

* New method added in Misc: Misc._bind_names that extracts the names of
the registered commands according to the format used by Misc._bind;

* Do not expect a funcid from Misc.bind when creating a new binding
anymore, it is not supposed to help you.

Affected files

    expand all   collapse all
Modify/branches/Tkinter/Tkinter.pydiff
Modify/branches/Tkinter/test/test_bind.pydiff

Project members, sign in to write a code review
Hosted by Google Code