Message277053
| Author | eric.snow |
|---|---|
| Recipients | Martin Teichmann, Martin.Teichmann, Tim.Graham, eric.snow, ncoghlan, serhiy.storchaka |
| Date | 2016-09-20.17:59:23 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1474394363.4.0.844341347201.issue28214@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I agree with Serhiy that __set_name__ should be looked up on the class like all other special methods. Pickle is a great example why lookup (of __reduce__) on the instance is a pain. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-20 17:59:23 | eric.snow | set | recipients: + eric.snow, ncoghlan, serhiy.storchaka, Martin.Teichmann, Tim.Graham, Martin Teichmann |
| 2016-09-20 17:59:23 | eric.snow | set | messageid: <1474394363.4.0.844341347201.issue28214@psf.upfronthosting.co.za> |
| 2016-09-20 17:59:23 | eric.snow | link | issue28214 messages |
| 2016-09-20 17:59:23 | eric.snow | create | |