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 ethan.furman
Recipients ethan.furman, ncoghlan
Date 2013-05-12.13:17:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368364651.97.0.183628325463.issue17954@psf.upfronthosting.co.za>
In-reply-to
Content
Not trying to push, but if I don't write it down now, I'll forget later. ;)

What does adding new members gain us?  If I have a func xyz() that's expecting a Color, a MoreColor will work sometimes and blow up other times.

Or are you saying that we may have a function mno() that takes a Color or a MoreColor?
History
Date User Action Args
2013-05-12 13:17:32ethan.furmansetrecipients: + ethan.furman, ncoghlan
2013-05-12 13:17:31ethan.furmansetmessageid: <1368364651.97.0.183628325463.issue17954@psf.upfronthosting.co.za>
2013-05-12 13:17:31ethan.furmanlinkissue17954 messages
2013-05-12 13:17:31ethan.furmancreate