[issue47011] Cloned turtle pen is not cleared completely

2022-03-14 Thread Learn Coding
Change by Learn Coding : -- type: -> behavior ___ Python tracker <https://bugs.python.org/issue47011> ___ ___ Python-bugs-list mailing list Unsubscrib

[issue47011] Cloned turtle pen is not cleared completely

2022-03-14 Thread Learn Coding
Learn Coding added the comment: Tested on Windows 10 -- ___ Python tracker <https://bugs.python.org/issue47011> ___ ___ Python-bugs-list mailing list Unsub

[issue47011] Cloned turtle pen is not cleared completely

2022-03-14 Thread Learn Coding
New submission from Learn Coding : When calling clear() method on a cloned turtle, some painted lines still remain on the screen. -- components: Library (Lib) files: testturtle.py messages: 415125 nosy: learncoding priority: normal severity: normal status: open title: Cloned turtle