python - ex: Improve portability.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Improve portability.
Date: 2006-10-29 18:28:48
Message-ID: 20061029182848.C376E216E11@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:
--------------
ex:
setup.py (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/setup.py.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-10-29 18:29:23 python - ctl: Improve portability.
Previous Message James William Pye 2006-10-29 17:52:42 python - typ: Improve portability.