[Zope-Checkins] CVS: Zope3/lib/python/Interface/Common - Mapping.py:1.3

Jim Fulton jim@zope.com
Mon, 10 Jun 2002 19:28:42 -0400


Update of /cvs-repository/Zope3/lib/python/Interface/Common
In directory cvs.zope.org:/tmp/cvs-serv17445/lib/python/Interface/Common

Modified Files:
	Mapping.py 
Log Message:
Merged Zope-3x-branch into newly forked Zope3 CVS Tree.


=== Zope3/lib/python/Interface/Common/Mapping.py 1.2 => 1.3 ===
         """
 
-    def has_key(key):
+    def __contains__(key):
         """Tell if a key exists in the mapping
         """