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 ned.deily
Recipients Kent.D..Lee, ned.deily
Date 2014-09-14.07:05:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1410678333.37.0.926857213037.issue22168@psf.upfronthosting.co.za>
In-reply-to
Content
The changesets below should prevent the problem in 3.4.2 and 3.5.0.  Since there are no standard tests for turtle at the moment, there is no testcase for using a non-default Canvas but one should be added when turtle tests are (Issue21914 and Issue21916). 

New changset fac17d06e01d by Ned Deily in branch '3.4':
Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
https://hg.python.org/cpython/rev/fac17d06e01d

New changeset 775453a7b85d by Ned Deily in branch 'default':
Issue #22168: Prevent turtle AttributeError with non-default Canvas on OS X.
https://hg.python.org/cpython/rev/775453a7b85d
History
Date User Action Args
2014-09-14 07:05:33ned.deilysetrecipients: + ned.deily, Kent.D..Lee
2014-09-14 07:05:33ned.deilysetmessageid: <1410678333.37.0.926857213037.issue22168@psf.upfronthosting.co.za>
2014-09-14 07:05:33ned.deilylinkissue22168 messages
2014-09-14 07:05:32ned.deilycreate