[issue42844] Turtle Module -- "onclick" arguments enchancement

2022-01-31 Thread sc1341
Change by sc1341 : Removed file: https://bugs.python.org/file49723/on_click_arguments_example.py ___ Python tracker ___ ___ Python-bugs-list

[issue42844] Turtle Module -- "onclick" arguments enchancement

2022-01-31 Thread sc1341
Change by sc1341 : -- pull_requests: -22972 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue42844] Turtle Module -- "onclick" arguments enchancement

2021-01-06 Thread Stephen
Change by Stephen : -- keywords: +patch pull_requests: +22972 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24143 ___ Python tracker ___

[issue42844] Turtle Module -- "onclick" arguments enchancement

2021-01-06 Thread Stephen
New submission from Stephen : I have created an enhancement in the Turtle module. When a programmer wants to have an action performed after clicking on a Turtle object, the programmer is currently unable to supply any arguments into the method that is run when "on_clicked" which is extremely l