Raymond pointed out {}.has_key was not slated for removal

This commit is contained in:
Neal Norwitz 2006-02-28 21:52:10 +00:00
parent afdd996d22
commit a0a335673a
1 changed files with 1 additions and 0 deletions

View File

@ -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