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 ncoghlan
Recipients Arfrever, CliffM, eric.araujo, ethan.furman, ezio.melotti, georg.brandl, ncoghlan, yselivanov
Date 2014-01-29.12:15:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1390997737.25.0.484192917447.issue19281@psf.upfronthosting.co.za>
In-reply-to
Content
Huh, I thought we did this back when Ethan was working on enum stuff, but I guess we never figured out exactly where to put it.

Considering that question again now, I suggest adding it to the end of the subsection on implementing descriptors, since that's when it is most likely to be relevant:

http://docs.python.org/dev/reference/datamodel.html#implementing-descriptors
History
Date User Action Args
2014-01-29 12:15:37ncoghlansetrecipients: + ncoghlan, georg.brandl, ezio.melotti, eric.araujo, Arfrever, ethan.furman, yselivanov, CliffM
2014-01-29 12:15:37ncoghlansetmessageid: <1390997737.25.0.484192917447.issue19281@psf.upfronthosting.co.za>
2014-01-29 12:15:37ncoghlanlinkissue19281 messages
2014-01-29 12:15:37ncoghlancreate