python - typ: Add stdio module, remove stdtime.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - typ: Add stdio module, remove stdtime.
Date: 2007-11-19 06:08:47
Message-ID: 20071119060847.08FE417ADCC6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add stdio module, remove stdtime.

Expand stdtime into stdio for additional standard object support(mostly
postgresql.types objects).
Have bytea shaped by (str, str) instead of literal. This allows users
to identify bytea as something that does not desire to use StringFormat
when a string object is passed in.

Modified Files:
--------------
typ/src:
oidmaps.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/oidmaps.py.diff?r1=1.1&r2=1.2)
pstruct.py (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/pstruct.py.diff?r1=1.1&r2=1.2)

Added Files:
-----------
typ/src:
stdio.py (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/stdio.py?rev=1.1&content-type=text/x-cvsweb-markup)

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

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-11-19 06:10:49 python - tin: Print a clear error when no command is given.
Previous Message James William Pye 2007-11-19 06:01:52 python - ip: Use postgresql.exceptions.