python - ip: Relocate *methods into the abstract module. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Relocate *methods into the abstract module.
Date
Msg-id 20060707233150.ECD0086C41B@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: diogob@pgfoundry.org (User Diogob)
Date:
Subject: xlogviewer - xlogviewer:
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Import querymethod per greentrunk change.