Message 310776 - Python tracker (original) (raw)
Message310776
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:13 | gvanrossum | set | recipients: + gvanrossum, ncoghlan, larry, eric.smith, levkivskyi |
2018-01-26 16:30:13 | gvanrossum | link | issue32513 messages |
2018-01-26 16:30:13 | gvanrossum | create |