python - lo: Add new directory __init__.py's Alter docstrings a bit, and

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - lo: Add new directory __init__.py's Alter docstrings a bit, and
Date: 2005-04-07 20:33:32
Message-ID: 20050407203332.B8D31318F62@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add new directory __init__.py's
Alter docstrings a bit, and add a couple informative strings to
postgresql.__init__.py

Modified Files:
--------------
lo/postgresql:
__init__.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/__init__.py.diff?r1=1.1.1.1&r2=1.2)
lo/postgresql/backend:
__init__.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/backend/__init__.py.diff?r1=1.1.1.1&r2=1.2)
lo/postgresql/backend/interface:
__init__.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/backend/interface/__init__.py.diff?r1=1.1.1.1&r2=1.2)
lo/postgresql/interface:
__init__.py (r1.1.1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/interface/__init__.py.diff?r1=1.1.1.1&r2=1.2)
lo/postgresql/meta:
__init__.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/meta/__init__.py.diff?r1=1.1&r2=1.2)
lo/postgresql/meta/interface:
__init__.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/meta/interface/__init__.py.diff?r1=1.1&r2=1.2)

Added Files:
-----------
lo/postgresql/exception:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/exception/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)
lo/postgresql/utility:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)
lo/postgresql/utility/client:
__init__.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/utility/client/__init__.py?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-07 20:38:00 python - lo: Add new spaces Update setup's project information.
Previous Message User Jwp 2005-04-07 20:25:27 python - lo: New Directory