python - typ: Add stdio module, remove stdtime.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - typ: Add stdio module, remove stdtime.
Дата
Msg-id 20071119060847.08FE417ADCC6@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ip: Use postgresql.exceptions.
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - tin: Print a clear error when no command is given.