python - ip: Use postgresql.exceptions.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Use postgresql.exceptions.
Date: 2007-11-19 06:01:52
Message-ID: 20071119060152.1412917ADCC6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use postgresql.exceptions.
[Other minor fixes as well]

Modified Files:
--------------
ip/src/test:
test_function.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_function.py.diff?r1=1.1&r2=1.2)
test_interface.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_interface.py.diff?r1=1.1&r2=1.2)
test_with.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/test_with.py.diff?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-11-19 06:08:47 python - typ: Add stdio module, remove stdtime.
Previous Message James William Pye 2007-11-19 05:59:35 python - ip: Use get_loader when available.