• Jeremy Hylton's avatar
    Add tests, docs, and a bunch of small cleanups. · 9e24d096
    Jeremy Hylton authored
    Add get() as preferred synonym for __getitem__.  Change several uses
        of subscripting to get().
    Change add() to register new object with transaction.
    Change several methods to raise RuntimeError if they are called when
        the Connection is closed.
    Add experimental epydoc markup to doc strings.
    Extend doc strings and write new tests for "User Methods."
    9e24d096
Connection.py 33.2 KB