python - typ: Add stdio module, remove stdtime. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - typ: Add stdio module, remove stdtime.
Date
Msg-id 20071119060847.08FE417ADCC6@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ip: Use postgresql.exceptions.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - tin: Print a clear error when no command is given.