STINNER Victor <[email protected]> added the comment: > Victor, you seem to be confusing "code that supports it" with "functions > that use it"
Oh ok, I didn't understood what "code that supports it" mean. > There are some conditional code inside Tkapp_MainLoop that > depends on self being available, that is what Martin meant by code that > supports it, and since it would no longer be a module function that code > would no longer be needed. Yes, right. I also prefer smaller code base with same functions ;-) _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue3638> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
