Raymond pointed out {}.has_key was not slated for removal
This commit is contained in:
parent
afdd996d22
commit
a0a335673a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue