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 gvanrossum
Recipients eric.smith, gvanrossum, larry, levkivskyi, ncoghlan
Date 2018-01-26.16:30:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJL3neT4cZ+Dr4aRJUB7ES4u0SixfVp7_WFkhkWLSU9AeQ@mail.gmail.com>
In-reply-to <1516983872.86.0.467229070634.issue32513@psf.upfronthosting.co.za>
Content
Can you also clarify that this *never* looks at whether the method is
implemented in a superclass?

And clarify what happens with the __hash__ = None that's automatically
created when you define __eq__.

Please also repeat the default value of the flag in each case.
History
Date User Action Args
2018-01-26 16:30:13gvanrossumsetrecipients: + gvanrossum, ncoghlan, larry, eric.smith, levkivskyi
2018-01-26 16:30:13gvanrossumlinkissue32513 messages
2018-01-26 16:30:13gvanrossumcreate