Message 302142 - Python tracker

Message302142

Author rhettinger
Recipients Benjamin Wohlwend, docs@python, r.david.murray, rhettinger
Date 2017-09-14.06:25:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1505370359.1.0.111830084493.issue31441@psf.upfronthosting.co.za>
In-reply-to
Content
The example should be modernized to show-off the new __set_name__() part of the descriptor protocol.  Computing the name on-demand is better that relying an optional user entered alternate name and having to store that name for future reference.
History
Date User Action Args
2017-09-14 06:25:59rhettingersetrecipients: + rhettinger, r.david.murray, docs@python, Benjamin Wohlwend
2017-09-14 06:25:59rhettingersetmessageid: <1505370359.1.0.111830084493.issue31441@psf.upfronthosting.co.za>
2017-09-14 06:25:59rhettingerlinkissue31441 messages
2017-09-14 06:25:58rhettingercreate