python - pq: Get the exception information from sys.exc_info().

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - pq: Get the exception information from sys.exc_info().
Дата
Msg-id 20050803023302.6F62011264CA@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Get the exception information from sys.exc_info().
Rename the exception attribute to exc_info to better describe the object.
Grab all exceptions. Not just Exception subclasses.

Modified Files:
--------------
    pq/src:
        transam.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.1.1.1&r2=1.2)

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

Предыдущее
От: momjian@svr1.postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Done: < * Prevent inherited tables from expanding temporary
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - pq: ShowOption is an asynchronous message, so treat it as such.