python - ip: Relocate *methods into the abstract module.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Relocate *methods into the abstract module.
Date: 2006-07-07 23:31:50
Message-ID: 20060707233150.ECD0086C41B@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Relocate *methods into the abstract module.

Setting them as builtins provides a substantial convenience, but pollutes the
namespace. Stop that.

Modified Files:
--------------
ip/src:
__init__.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/__init__.py.diff?r1=1.2&r2=1.3)
abstract.py (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py.diff?r1=1.4&r2=1.5)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-07-07 23:36:02 python - fe: Import querymethod per greentrunk change.
Previous Message User Diogob 2006-07-07 04:50:52 xlogviewer - xlogviewer: