python - be: Remove 'teop' namespace module.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Remove 'teop' namespace module.
Date: 2007-04-09 07:56:16
Message-ID: 20070409075616.5DE43217516@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2007-04-09 13:53:42 psqlodbc - psqlodbc: Addition and correction.
Previous Message James William Pye 2007-04-09 07:51:51 python - be: Don't turn on assert checking by default.