From a0a335673abd0014c2fad2b5a84bb171cf1b1948 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Tue, 28 Feb 2006 21:52:10 +0000 Subject: [PATCH] Raymond pointed out {}.has_key was not slated for removal --- pep-3000.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/pep-3000.txt b/pep-3000.txt index 5df51104c..88784dee2 100644 --- a/pep-3000.txt +++ b/pep-3000.txt @@ -136,6 +136,7 @@ To be removed: or ``basestring.rindex()`` in a try/except block [15]_ * ``file.xreadlines()`` method [17]_ * ``dict.setdefault()`` [22]_ +* ``dict.has_key()`` method Standard library