This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: turtle.py - setup() doesn't work correctly
Type: behavior Stage:
Components: Tkinter Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, gregorlingl
Priority: normal Keywords: patch

Created on 2008-09-25 23:42 by gregorlingl, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
2.5turtle_setup_patch.diff gregorlingl, 2008-09-25 23:42
Messages (2)
msg73826 - (view) Author: Gregor Lingl (gregorlingl) Date: 2008-09-25 23:42
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
msg73836 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-09-26 07:15
Committed as r66626 (2.5 branch only).
History
Date User Action Args
2022-04-11 14:56:39adminsetgithub: 48219
2008-09-26 07:15:13georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg73836
nosy: + georg.brandl
2008-09-25 23:42:36gregorlinglcreate