[Patches] [Patch #103395] Guido changed his mind! Quickly, add 'if key in dict'!
noreply@sourceforge.net
noreply@sourceforge.net
Tue, 23 Jan 2001 23:39:04 -0800
Patch #103395 has been updated.
Project: python
Category: core (C code)
Status: Open
Submitted by: twouters
Assigned to : gvanrossum
Summary: Guido changed his mind! Quickly, add 'if key in dict'!
Follow-Ups:
Date: 2001-Jan-23 23:39
By: twouters
Comment:
Added testcases for dict and UserDict.
-------------------------------------------------------
Date: 2001-Jan-23 23:20
By: twouters
Comment:
Add some docs (not guarded by a 'new in 2.1' statement, I don't know how to
do that), NEWS item and support in UserDict.UserDict. Docs of has_key
should probably also mention that 'if key in dict' does the same, but I'm
not sure how to say that's new in Python 2.1.
-------------------------------------------------------
Date: 2001-Jan-23 22:57
By: twouters
Comment:
There yah go, Guido. Does my being awakened by my loud and malicious
partner (who needs to head to her office 4 hours before me) earn me yet
another free and legally useless 2.1 alpha ? :-)
Note: it's missing docs. Will add then once I figure out where to add them.
Also haven't updated the std-lib yet, will do that next.
-------------------------------------------------------
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/patch/?func=detailpatch&patch_id=103395&group_id=5470