python - lo: Add the encodings package back in.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - lo: Add the encodings package back in.
Дата
Msg-id 20071214052059.F352817AC8B7@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add the encodings package back in.

However, it's a little different this time. bytea must be explicitly imported
to make it available to ''.encode() lookups. Aliases are not registered with
Python; rather, the user must import and map on an as needed basis.

Modified Files:
--------------
    lo:
        setup.py (r1.18 -> r1.19)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/setup.py.diff?r1=1.18&r2=1.19)

Added Files:
-----------
    lo/postgresql/encodings:
        __init__.py (r1.3)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/__init__.py?rev=1.3&content-type=text/x-cvsweb-markup)
        aliases.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/aliases.py?rev=1.1&content-type=text/x-cvsweb-markup)
        bytea.py (r1.4)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/bytea.py?rev=1.4&content-type=text/x-cvsweb-markup)
        pbytea.py (r1.1)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/encodings/pbytea.py?rev=1.1&content-type=text/x-cvsweb-markup)

Removed Files:
-------------
    lo/postgresql/backend:
        __init__.py
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/backend/__init__.py)

В списке pgsql-committers по дате отправления:

Предыдущее
От: doudou586@pgfoundry.org (User Doudou586)
Дата:
Сообщение: press - pr: Date&HOT&CheckPoints Fixed
Следующее
От: shigehiro@pgfoundry.org (User Shigehiro)
Дата:
Сообщение: press - pr: update japanese translation for 2007-12-13-changes