• Barry Warsaw's avatar
    Added TransactionTooLargeError which is subclassed from · b6b93862
    Barry Warsaw authored
    StorageTransactionError.  This exception is raised when a transaction
    exhausts some finite storage resource.  E.g. a transaction changing a
    huge number of objects could fill a Berkeley lock table.
    
    Also, removed some unnecessary `pass' statements, and improved
    consistency in class docstrings (first line is a complete sentence).
    b6b93862
POSException.py 6.32 KB