This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Cloned turtle pen is not cleared completely
Type: behavior Stage:
Components: Library (Lib) Versions: Python 3.10
process
Status: open Resolution:
Dependencies: Superseder:
Assigned To: Nosy List: learncoding
Priority: normal Keywords:

Created on 2022-03-14 10:25 by learncoding, last changed 2022-04-11 14:59 by admin.

Files
File name Uploaded Description Edit
testturtle.py learncoding, 2022-03-14 10:25
Messages (2)
msg415125 - (view) Author: Learn Coding (learncoding) Date: 2022-03-14 10:25
When calling clear() method on a cloned turtle, some painted lines still remain on the screen.
msg415126 - (view) Author: Learn Coding (learncoding) Date: 2022-03-14 10:31
Tested on Windows 10
History
Date User Action Args
2022-04-11 14:59:57adminsetgithub: 91167
2022-03-14 14:09:41learncodingsettype: behavior
2022-03-14 10:31:11learncodingsetmessages: + msg415126
2022-03-14 10:25:59learncodingcreate