• Jim Fulton's avatar
    Took __init__ out of IConnection for 2 reasons · 7ce4935d
    Jim Fulton authored
    1. Construction of Connections is an implementation detail.
       ZODB client code should never construct connections directly.
    
    2. __init__ is not a method of IConnection.  It might be a method of
       some sort of connection factory api, if we had one.
    7ce4935d
interfaces.py 17.8 KB