python - pq: Use msg[1] instead of data.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Use msg[1] instead of data.
Date: 2007-12-02 15:42:32
Message-ID: 20071202154232.5D83217AC88F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use msg[1] instead of data.

the 'data' reference is no longer in use.

Modified Files:
--------------
pq/src:
client3.py (r1.26 -> r1.27)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/src/client3.py.diff?r1=1.26&r2=1.27)

Browse pgsql-committers by date

  From Date Subject
Next Message User Fxjr 2007-12-02 17:24:36 npgsql - Npgsql2: Removed incorrectly added file.
Previous Message James William Pye 2007-12-02 15:40:55 python - ip: Remove abstract module.