python - ex: Give AbortTransaction the ability to return an object. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ex: Give AbortTransaction the ability to return an object.
Date
Msg-id 20060320023411.806D9103385A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Give AbortTransaction the ability to return an object.

Also, rename NO_DATA to NO_DATA_WARNING as it is a warning.
Make prime.Error inherit from StandardError and prime.Exception.
Implement Warning.__str__.

Modified Files:
--------------
    ex/src:
        code.py (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/src/code.py.diff?r1=1.6&r2=1.7)
        prime.py (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/src/prime.py.diff?r1=1.9&r2=1.10)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use sorted items as key.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use AbortTransaction.returning in Transact.