• Tim Peters's avatar
    Merge tim-simpler_connection branch. · 4ac3ab3e
    Tim Peters authored
    There's no longer a hard limit on # of open connections per DB.
    
    Introduced a sane scheme for raising deprecation warnings.
    Sane ==
    
    1. The machinery ensures that a "this will be removed in ZODB 3.6"
       blurb gets attached to all deprecation warnings.
    
    and
    
    2. It will dead easy to find these when it's time for 3.6.
    4ac3ab3e
_transaction.py 23.3 KB