python - pq: Use cStringIO if available.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Use cStringIO if available.
Date: 2005-09-17 01:24:14
Message-ID: 20050917012414.AD63A11263DC@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use cStringIO if available.
Remove references to the strio object in the Passive buffer tests.
Add a simple test that pushes a fairly large message on the buffer.

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

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2005-09-17 12:12:59 pgsql: Add: > 1032a1034 > * Remove BeOS and QNX-specific code
Previous Message User Dpage 2005-09-16 23:12:18 psqlodbc - psqlodbc: Remove old doc file.