]> granicus.if.org Git - python/commit
SF patch #768187: replace apply(f, args, kwds) with f(*args, **kwds)
authorRaymond Hettinger <python@rcn.com>
Wed, 9 Jul 2003 18:48:24 +0000 (18:48 +0000)
committerRaymond Hettinger <python@rcn.com>
Wed, 9 Jul 2003 18:48:24 +0000 (18:48 +0000)
commit931237e2e66975c54e2ac6c5e503ee2992a22bcf
treee5b750f23a7b670cbcc58930c70e7324725afd2f
parenta4d2b869b9d582abcad178d930374a26a6e743fb
SF patch #768187:  replace apply(f, args, kwds) with f(*args, **kwds)
Lib/idlelib/ColorDelegator.py
Lib/idlelib/EditorWindow.py
Lib/idlelib/MultiStatusBar.py
Lib/idlelib/OutputWindow.py
Lib/idlelib/Percolator.py
Lib/idlelib/PyShell.py
Lib/idlelib/TreeWidget.py
Lib/idlelib/WidgetRedirector.py
Lib/idlelib/configDialog.py
Lib/idlelib/keybindingDialog.py