Issue 1486962: Patches and enhancements to turtle.py (original) (raw)

Issue1486962

Created on 2006-05-11 23:47 by nceder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
turtle05092006.patch nceder,2006-05-11 23:47 patches for turtle.py
Messages (2)
msg50236 - (view) Author: Naomi Ceder (nceder) * Date: 2006-05-11 23:47
Several bugfixes and enhancements (from several teachers who use Python in secondary and post-secondary classes) to improve usability in the classroom: * docstrings added to methods (Toby Donaldson) * added methods to control speed, window geometry and window title. (Vern Ceder) * added Turtle as alias for Pen - students can now create Turtle objects (Toby Donaldson) * default window now larger and centered (Vern Ceder) * added done() function to start main event loop after drawing (handy when running programs in IDLE) (Vern Ceder/Chris Smith) * fixed bug where filled polygons are lowered (Atanas Radenski) * fixed bug in circle() method to use self._fullcircle / 4.0 instead of 90.0 to determine start (Chris Smith) * removed several redundant assignments (Chris Smith) * added second demo which uses new features (Gregor Lindl)
msg50237 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2006-05-17 14:56
Logged In: YES user_id=849994 Thanks for the patch! Applied as rev. 46028.
History
Date User Action Args
2022-04-11 14:56:17 admin set github: 43348
2006-05-11 23:47:00 nceder create