Martin Panter added the comment:

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.)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue25958>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to