Took __init__ out of IConnection for 2 reasons
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.
Showing
Please register or sign in to comment