Обсуждение: python - pq: Get the exception information from sys.exc_info().

Поиск
Список
Период
Сортировка

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

От
jwp@pgfoundry.org (James William Pye)
Дата:
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)