[Python-checkins] r42486 - peps/trunk/pep-3000.txt

brett.cannon python-checkins at python.org
Sun Feb 19 08:10:17 CET 2006


Author: brett.cannon
Date: Sun Feb 19 08:10:16 2006
New Revision: 42486

Modified:
   peps/trunk/pep-3000.txt
Log:
Add removal of dict.setdefault()


Modified: peps/trunk/pep-3000.txt
==============================================================================
--- peps/trunk/pep-3000.txt	(original)
+++ peps/trunk/pep-3000.txt	Sun Feb 19 08:10:16 2006
@@ -125,6 +125,7 @@
 * ``basestring.find()`` and ``basestring.rfind()``; use ``basestring.index()``
   or ``basestring.rindex()`` in a try/except block [15]_
 * ``file.xreadlines()`` method [17]_
+* ``dict.setdefault()`` [22]_
 
 
 Standard library
@@ -231,6 +232,9 @@
 .. [21] python-dev email 
    http://mail.python.org/pipermail/python-dev/2006-February/061169.html
 
+.. [22] python-dev email ("defaultdict")
+   http://mail.python.org/pipermail/python-dev/2006-February/061261.html
+
 Copyright
 =========
 


More information about the Python-checkins mailing list