python - ip: Bump version to 0.3 and add python.py module.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Bump version to 0.3 and add python.py module.
Date: 2006-07-19 15:55:31
Message-ID: 20060719155531.80B2E86C59A@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Bump version to 0.3 and add python.py module.

python.py provides basic functionality for creating a *_python command. It
provides interface laying and module invokation with the attempts to be mostly
inline with the basic functionality of the standard python command.

Additionally, add a subclass check to test/abstract.py and create test/'s
__init__ file.

Modified Files:
--------------
ip:
setup.py (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/setup.py.diff?r1=1.2&r2=1.3)
ip/test:
abstract.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/test/abstract.py.diff?r1=1.1&r2=1.2)

Added Files:
-----------
ip/src:
python.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py?rev=1.1&content-type=text/x-cvsweb-markup)
ip/src/test:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/test/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-07-19 16:09:58 python - fe: Bump version to 0.3 add pb_python command.
Previous Message Bruce Momjian 2006-07-19 15:06:06 pgsql: Add WIN32 compile suggestion to pginclude README.