[issue3969] turtle.py - setup() doesn't work correctly

2008-09-26 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Committed as r66626 (2.5 branch only). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> __

[issue3969] turtle.py - setup() doesn't work correctly

2008-09-25 Thread Gregor Lingl
New submission from Gregor Lingl <[EMAIL PROTECTED]>: setup() doesn't work correctly: startx argument is not recognized This is due to a typo in the setup() function A patch is attached. Regards, Gregor -- components: Tkinter files: 2.5turtle_setup_patch.diff keywords: patch messages: