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 barry, eli.bendersky, eric.snow, ethan.furman, ncoghlan, pitrou, r.david.murray
Date 2013-09-13.15:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1379086627.5.0.418224331782.issue18989@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps you meant, what if you define a key in a subclass that shadows a method/property in a parent class?

I'm inclined to say that would be acceptable, since one reason for subclassing is to add or make changes to the parent class' behavior.
History
Date User Action Args
2013-09-13 15:37:07ethan.furmansetrecipients: + ethan.furman, barry, ncoghlan, pitrou, r.david.murray, eli.bendersky, eric.snow
2013-09-13 15:37:07ethan.furmansetmessageid: <1379086627.5.0.418224331782.issue18989@psf.upfronthosting.co.za>
2013-09-13 15:37:07ethan.furmanlinkissue18989 messages
2013-09-13 15:37:07ethan.furmancreate