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.

Author George Fagin
Recipients George Fagin
Date 2016-09-24.02:36:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474684600.08.0.523173866083.issue28264@psf.upfronthosting.co.za>
In-reply-to
Content
After a Turtle.stamp() command, turtle click notifications enabled via Turtle.onclick() are blocked until subsequent turtle commands are issued. Examples of the functions that re-enable click notifications include undo(), fd(0), left(0), etc. I've verified this behavior on both Python 3.4.2 (my Raspberry Pi) and Python 3.4.4 (my Windows 7 laptop).

The attached sample code demonstrates that it's not difficult to work around the issue by using one of those functions immediately after any Turtle.click(), but I'd think that should be handled by the library to it's transparent to the user.
History
Date User Action Args
2016-09-24 02:36:40George Faginsetrecipients: + George Fagin
2016-09-24 02:36:40George Faginsetmessageid: <1474684600.08.0.523173866083.issue28264@psf.upfronthosting.co.za>
2016-09-24 02:36:39George Faginlinkissue28264 messages
2016-09-24 02:36:38George Fagincreate