Message 222598 - Python tracker

Message222598

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