python - pq: Get the exception information from sys.exc_info(). - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Get the exception information from sys.exc_info().
Date
Msg-id 20050803023302.6F62011264CA@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: momjian@svr1.postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Done: < * Prevent inherited tables from expanding temporary
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: ShowOption is an asynchronous message, so treat it as such.