python - pq: Improve portability.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - pq: Improve portability.
Date: 2006-10-29 17:51:30
Message-ID: 20061029175130.3C200216E17@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Improve portability.

dict(kw='val') does not work in 2.2 and __file__ does not exist.

Modified Files:
--------------
pq:
setup.py (r1.6 -> r1.7)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/pq/setup.py.diff?r1=1.6&r2=1.7)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-10-29 17:52:42 python - typ: Improve portability.
Previous Message James William Pye 2006-10-29 17:50:51 python - fe: Improve portability.