python - pq: Remove extra terminal states.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Remove extra terminal states.
Date: 2005-09-19 00:36:55
Message-ID: 20050919003655.374311125F2C@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove extra terminal states. Failure can be determined based on the existence
of exc_info and error, so it was unnecessary.

Additionally, make Notice inherit from DictionaryType.

Modified Files:
--------------
pq/src:
client3.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.9&r2=1.10)
element3.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.9&r2=1.10)
transam.py (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/transam.py.diff?r1=1.5&r2=1.6)
pq/test:
client3.py (r1.5 -> r1.6)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/client3.py.diff?r1=1.5&r2=1.6)
element3.py (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/test/element3.py.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-09-19 00:44:48 python - pq: Add C buffer implementation.
Previous Message James William Pye 2005-09-18 23:55:23 python - lo: Add typoid module.