• Tim Peters's avatar
    Rewrote DB to use new _ConnectionPool class. · beacdb4e
    Tim Peters authored
    Most relevant code is much simpler now; there's no longer
    a hard limit on the # of connections per DB.  All the
    tests pass, but test coverage of the sprawling DB API isn't
    very good.
    beacdb4e
testDB.py 4.27 KB