Index: Lib/tkinter/__init__.py =================================================================== --- Lib/tkinter/__init__.py (revision 63397) +++ Lib/tkinter/__init__.py (working copy) @@ -2908,8 +2908,7 @@ and edit_undo """ - return self._getints( - self.tk.call((self._w, 'edit') + args)) or () + return self.tk.call(self._w, 'edit', *args) def edit_modified(self, arg=None): """Get or Set the modified flag