[ python-Bugs-1519571 ] turtle.py Docs still incomplete

SourceForge.net noreply at sourceforge.net
Sat Aug 5 12:01:36 CEST 2006


Bugs item #1519571, was opened at 2006-07-09 14:49
Message generated for change (Comment added) made by gregorlingl
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=1519571&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: Documentation
Group: Python 2.5
Status: Closed
Resolution: Fixed
Priority: 5
Submitted By: Lingl (gregorlingl)
Assigned to: A.M. Kuchling (akuchling)
Summary: turtle.py Docs still incomplete

Initial Comment:
There are three functions in turtle.py (which do not
occur as methods of Pen), which are still not
documented:

setup()
title()
done()

Regards,
Gregor

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

>Comment By: Lingl (gregorlingl)
Date: 2006-08-05 10:01

Message:
Logged In: YES 
user_id=1547199

The three functions setup(), title() done()
DO NOT OCCUR as methods of Turtle, Pen, and RawPen.

This should be mentioned in section  
20.4.1 Turtle, Pen and RawPen Objects 
in the first paragraph in the except clause:

Turtle, Pen and RawPen objects have all the global functions
described above, except for demo() as methods, which
manipulate the given pen. 

Regards,
Gregor



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

Comment By: A.M. Kuchling (akuchling)
Date: 2006-07-29 14:46

Message:
Logged In: YES 
user_id=11375

I've added documentation for these methods in rev. 50932. 
Thanks for pointing out the omission!


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

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


More information about the Python-bugs-list mailing list