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 ingrid
Recipients ingrid, jesstess
Date 2014-07-09.02:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1404873989.47.0.448854632734.issue21941@psf.upfronthosting.co.za>
In-reply-to
Content
There are a lot of methods in the TPen class that are defined but not used because all the child classes overwrite almost all the functions and TPen itself isn't used directly a whole lot. This patch removes the unused code so it's less confusing to read turtle.py.
History
Date User Action Args
2014-07-09 02:46:29ingridsetrecipients: + ingrid, jesstess
2014-07-09 02:46:29ingridsetmessageid: <1404873989.47.0.448854632734.issue21941@psf.upfronthosting.co.za>
2014-07-09 02:46:29ingridlinkissue21941 messages
2014-07-09 02:46:29ingridcreate