[Python-checkins] r43643 - peps/trunk/pep-3099.txt

georg.brandl python-checkins at python.org
Tue Apr 4 19:50:25 CEST 2006


Author: georg.brandl
Date: Tue Apr  4 19:50:24 2006
New Revision: 43643

Modified:
   peps/trunk/pep-3099.txt
Log:
Add "hash as attribute".



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Tue Apr  4 19:50:24 2006
@@ -32,6 +32,15 @@
    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
 ==============
 


More information about the Python-checkins mailing list