]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Implement, test and document "key in dict" and "key not in dict".
authorGuido van Rossum <guido@python.org>
Fri, 20 Apr 2001 16:50:40 +0000 (16:50 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 20 Apr 2001 16:50:40 +0000 (16:50 +0000)
commit0dbb4fba4c59741466ac18eeb946ca56989717d4
treec7c0fe7c20813024cb023075b597fee3c99abd64
parent78fe5308b427298a2bb3c80c1d0f6117d18fcf62
Implement, test and document "key in dict" and "key not in dict".

I know some people don't like this -- if it's really controversial,
I'll take it out again.  (If it's only Alex Martelli who doesn't like
it, that doesn't count as "real controversial" though. :-)

That's why this is a separate checkin from the iterators stuff I'm
about to check in next.
Doc/lib/libstdtypes.tex
Doc/ref/ref3.tex
Doc/ref/ref5.tex
Lib/test/test_types.py
Objects/dictobject.c