Turns out that 'winfo id' returns the id as a hex string, with 0x prefix.
The int() function (aliased to getint()) doesn't handle that, so we must use self.tk.getint() again...
G
Guido van Rossum committed
cef4c844df324979f25ffec172c141a5d5c4672e
Parent: 268824e