Issue 1519571: turtle.py Docs still incomplete (original) (raw)

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