[Edu-sig] Turtle.py patches accepted

Vern Ceder vceder at canterburyschool.org
Thu May 18 04:26:27 CEST 2006


This is just a quick notification that several patches to turtle.py 
(originally mentioned here right after PyCon) have been committed to the 
2.5 alpha trunk. They were:

* 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 always 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)

Cheers,
Vern Ceder


-- 
This time for sure!
    -Bullwinkle J. Moose
-----------------------------
Vern Ceder, Director of Technology
Canterbury School, 3210 Smith Road, Ft Wayne, IN 46804
vceder at canterburyschool.org; 260-436-0746; FAX: 260-436-5137


More information about the Edu-sig mailing list