[Patches] [ python-Patches-1486962 ] Patches and enhancements to turtle.py

SourceForge.net noreply at sourceforge.net
Wed May 17 16:56:21 CEST 2006


Patches item #1486962, was opened at 2006-05-11 23:47
Message generated for change (Comment added) made by gbrandl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1486962&group_id=5470

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: Tkinter
Group: Python 2.4
>Status: Closed
>Resolution: Accepted
Priority: 5
Submitted By: Vern Ceder (vceder)
Assigned to: Martin v. Löwis (loewis)
Summary: Patches and enhancements to turtle.py

Initial Comment:
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)


----------------------------------------------------------------------

>Comment By: Georg Brandl (gbrandl)
Date: 2006-05-17 14:56

Message:
Logged In: YES 
user_id=849994

Thanks for the patch! Applied as rev. 46028.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=305470&aid=1486962&group_id=5470


More information about the Patches mailing list