• Jeremy Hylton's avatar
    Remove code looking for None in self._invalidated. · 38646258
    Jeremy Hylton authored
    An earlier revision (1.68) fixed invalidation code when an object had
    no oid (oid == None).  There is no longer anyway to get None in
    _invalidated, and it has been a long time since a None there meant
    "invalidate everything."
    
    At long last, then, remove all the code deal with the invalidate
    everything behavior.
    38646258
Connection.py 23.5 KB