python - pq: Use () instead of tuple(), and make Describe, Close, and - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - pq: Use () instead of tuple(), and make Describe, Close, and
Date
Msg-id 20050811220340.A39171125BAE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use () instead of tuple(), and make Describe, Close, and Complete inherit from
StringType instead of delegating out.

Modified Files:
--------------
    pq/src:
        element3.py (r1.3 -> r1.4)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/element3.py.diff?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: tgl@svr1.postgresql.org (Tom Lane)
Date:
Subject: pgsql: Autovacuum loose end mop-up.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Refine extended protocol transactions.