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

georg.brandl python-checkins at python.org
Mon May 22 19:06:19 CEST 2006


Author: georg.brandl
Date: Mon May 22 19:06:18 2006
New Revision: 46078

Modified:
   peps/trunk/pep-3099.txt
Log:
No frozenlist. Ever.



Modified: peps/trunk/pep-3099.txt
==============================================================================
--- peps/trunk/pep-3099.txt	(original)
+++ peps/trunk/pep-3099.txt	Mon May 22 19:06:18 2006
@@ -85,6 +85,11 @@
    Thread: "Iterating over a dict",
    http://mail.python.org/pipermail/python-3000/2006-April/000283.html
 
+* There will be no ``frozenlist`` type.
+
+   Thread: "Immutable lists",
+   http://mail.python.org/pipermail/python-3000/2006-May/002219.html
+
 
 Coding style
 ============


More information about the Python-checkins mailing list