python - pq: Raise exception instances.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Raise exception instances.
Дата
Msg-id 20071108181316.6347F216D0E@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Raise exception instances.

I hear that this is the [more?] accepted way to raise exceptions in Python 3.0.
(Not sure if the other way is completely unsupported, but let's move anyways)

Modified Files:
--------------
    pq/src:
        client3.py (r1.24 -> r1.25)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.24&r2=1.25)
        element3.py (r1.15 -> r1.16)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.15&r2=1.16)

В списке pgsql-committers по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - lo: Reorganize the project and incorporate the 'ex' module.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: Add the 'Queue' class for managing protocol transactions.