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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Move out of meta namespace.(into protocol) Also, -
Date: 2007-04-08 22:40:19
Message-ID: 20070408224019.F2F6E2173FE@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-04-09 00:44:56 python - doc: Move gt from meta.
Previous Message James William Pye 2007-04-08 22:28:31 python - lo: Deprecate meta namespace.