python - be: Remove 'teop' namespace module. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - be: Remove 'teop' namespace module.
Date
Msg-id 20070409075616.5DE43217516@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove 'teop' namespace module.

Just install the package directly into teop<pg major><pg minor>[_state]. The
usefulness of a 'teop' namespace is unlikely. If an extension were to ever be
created, it would likely *need* to be version specific.

Modified Files:
--------------
    be:
        setup.py (r1.26 -> r1.27)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/setup.py.diff?r1=1.26&r2=1.27)
    be/src:
        pl.c (r1.43 -> r1.44)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.43&r2=1.44)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - be: Don't turn on assert checking by default.
Next
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: Addition and correction.