[Zope-Checkins]
SVN: Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py
Removed an unused attribute.
Jim Fulton
jim at zope.com
Thu Feb 10 07:44:52 EST 2005
Log message for revision 29101:
Removed an unused attribute.
Changed:
U Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py
-=-
Modified: Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py
===================================================================
--- Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py 2005-02-10 12:42:35 UTC (rev 29100)
+++ Zope/branches/jim-fix-zclasses/lib/python/ZODB/Connection.py 2005-02-10 12:44:52 UTC (rev 29101)
@@ -227,8 +227,6 @@
self._inv_lock = threading.Lock()
self._invalidated = d = {}
- self._invalid = d.has_key
-
# We intend to prevent committing a transaction in which
# ReadConflictError occurs. _conflicts is the set of oids that
More information about the Zope-Checkins
mailing list