python - ip: Bump version to 0.3 and add python.py module. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ip: Bump version to 0.3 and add python.py module.
Date
Msg-id 20060719155531.80B2E86C59A@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add WIN32 compile suggestion to pginclude README.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Bump version to 0.3 add pb_python command.