]> granicus.if.org Git - python/commit
In doc strings, use 'k in D' rather than D.has_key(k).
authorGuido van Rossum <guido@python.org>
Wed, 4 Sep 2002 11:29:45 +0000 (11:29 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 4 Sep 2002 11:29:45 +0000 (11:29 +0000)
commitefae8862feed2748e5c892b1d638d1d6344914f2
tree386cd7fb61966dd5a5ea5ba6581d9bd02fd9f9d3
parent979c74b9690e4f6147ce1ecb01910dba26e96685
In doc strings, use 'k in D' rather than D.has_key(k).
Objects/dictobject.c