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

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - ex: Give AbortTransaction the ability to return an object.
Дата
Msg-id 20060320023411.806D9103385A@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Use sorted items as key.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - fe: Use AbortTransaction.returning in Transact.