python - pq: Raise exception instances. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Raise exception instances.
Date
Msg-id 20071108181316.6347F216D0E@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - lo: Reorganize the project and incorporate the 'ex' module.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Add the 'Queue' class for managing protocol transactions.