| From: | jwp(at)pgfoundry(dot)org (James William Pye) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | python - ip: Simplify the connection's Python protocol. |
| Date: | 2007-11-08 19:03:14 |
| Message-ID: | 20071108190314.0B16A216D0E@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2007-11-08 19:16:30 | pgsql: Add "High Availability, Load Balancing, and Replication Feature |
| Previous Message | James William Pye | 2007-11-08 18:59:57 | python - pkg: Update package information and remove 'ex' from module |