python - ip: Move out of meta namespace.(into protocol) Also, - - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Move out of meta namespace.(into protocol) Also, -
Date
Msg-id 20070408224019.F2F6E2173FE@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Move out of meta namespace.(into protocol)

Also,

-  Retire the use of runpy as when a module is 'unfindable' using
   find_module, it may fail to act appropriately. (gt.if magic)
-  execute_code raises the system exit, so don't expect a return value.

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

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - lo: Deprecate meta namespace.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - doc: Move gt from meta.