Add "hash as attribute".

This commit is contained in:
Georg Brandl 2006-04-04 17:50:24 +00:00
parent a98221c42f
commit 1e94e92c69
1 changed files with 9 additions and 0 deletions

View File

@ -32,6 +32,15 @@ Core language
http://mail.python.org/pipermail/python-3000/2006-March/000210.html
Builtins
========
* ``hash()`` won't become an attribute.
Thread: "hash as attribute/property",
http://mail.python.org/pipermail/python-3000/2006-April/000362.html
Standard types
==============