python - ip: Remove abstract module.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Remove abstract module.
Date: 2007-12-02 15:40:55
Message-ID: 20071202154055.D3A4A17AC88F@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Remove abstract module.

This was beginning to become useless. It became desirable to make a specialized
transaction class for proboscis, so the utility of a general transaction
manager became less interesting(teop already has a specialized one).

Removed Files:
-------------
ip/src:
abstract.py
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/abstract.py)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-12-02 15:42:32 python - pq: Use msg[1] instead of data.
Previous Message James William Pye 2007-12-02 15:33:24 python - lo: Make construct capable of seeing None as lack of value.