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 martin.panter
Recipients abarnert, gvanrossum, martin.panter, ncoghlan, rhettinger, serhiy.storchaka
Date 2016-02-02.05:01:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1454389306.46.0.653507715694.issue25958@psf.upfronthosting.co.za>
In-reply-to
Content
The documentation about double-underscore names: <https://docs.python.org/3/reference/lexical_analysis.html#reserved-classes-of-identifiers>. It says any undocumented usage may be broken. The technique with __hash__() is already documented: <https://docs.python.org/3/reference/datamodel.html#object.__hash__>.

I have seen your 5th patch, and do appreciate the new improvements. (I think I did see an email for it. But a while ago G Mail started treating a lot of stuff as spam until I made a special rule for bug tracker emails.)
History
Date User Action Args
2016-02-02 05:01:46martin.pantersetrecipients: + martin.panter, gvanrossum, rhettinger, ncoghlan, serhiy.storchaka, abarnert
2016-02-02 05:01:46martin.pantersetmessageid: <1454389306.46.0.653507715694.issue25958@psf.upfronthosting.co.za>
2016-02-02 05:01:46martin.panterlinkissue25958 messages
2016-02-02 05:01:45martin.pantercreate