python - ip: Simplify the connection's Python protocol. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Simplify the connection's Python protocol.
Date
Msg-id 20071108190314.0B16A216D0E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Simplify the connection's Python protocol.

Remove ideas like "connection interfaces" and "querymethods". While neat, they
tended to be difficult to use without much gain.

Modified Files:
--------------
    ip:
        spec.xml (r1.6 -> r1.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/spec.xml.diff?r1=1.6&r2=1.7)
    ip/src:
        abstract.py (r1.7 -> r1.8)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.7&r2=1.8)
        option.py (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/option.py.diff?r1=1.1&r2=1.2)
        python.py (r1.9 -> r1.10)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py.diff?r1=1.9&r2=1.10)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pkg: Update package information and remove 'ex' from module
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add "High Availability, Load Balancing, and Replication Feature