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 r.david.murray
Recipients eric.araujo, ethan.furman, ezio.melotti, georg.brandl, python-dev, r.david.murray
Date 2014-11-01.02:06:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414807568.51.0.240262856668.issue22780@psf.upfronthosting.co.za>
In-reply-to
Content
The replacement of the term  'special methods' and the examples with the jargon (used nowhere else in the docs that I'm aware of) of '__dunder__' makes the text very confusing.  Please restore 'special methods' and the examples...you could include non-comparision methods in the list of examples.

Oh, I see, you use __dunder__ in the enum docs as well.  It should be replaced with our standard terminology there, as well.
History
Date User Action Args
2014-11-01 02:06:08r.david.murraysetrecipients: + r.david.murray, georg.brandl, ezio.melotti, eric.araujo, ethan.furman, python-dev
2014-11-01 02:06:08r.david.murraysetmessageid: <1414807568.51.0.240262856668.issue22780@psf.upfronthosting.co.za>
2014-11-01 02:06:08r.david.murraylinkissue22780 messages
2014-11-01 02:06:08r.david.murraycreate