• Jim Fulton's avatar
    Took __init__ out of IConnection for 2 reasons · 2600cd02
    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.
    2600cd02
interfaces.py 17.8 KB