python - ex: Give AbortTransaction the ability to return an object.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Give AbortTransaction the ability to return an object.
Date: 2006-03-20 02:34:11
Message-ID: 20060320023411.806D9103385A@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-20 02:35:47 python - fe: Use AbortTransaction.returning in Transact.
Previous Message James William Pye 2006-03-19 23:17:53 python - fe: Use sorted items as key.