python - ex: Add Mapping class, and fix codes.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - ex: Add Mapping class, and fix codes.
Дата
Msg-id 20050803225236.863F811263A2@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Add Mapping class, and fix codes. Change the name of the PY code class to
PYTHON. It's not an acronym so there isnt much reason to keep it in short form.
Also, remove the PYTHON.CODE code. The Message class will no longer be doing
such extensive checks on the code that is given to __init__, so I don't think it
will be needed.
Give the Class type the ability to iterate over the registered states.
(Temporary breakage in prime.py)

Modified Files:
--------------
    ex/src:
        code.py (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ex/src/code.py.diff?r1=1.5&r2=1.6)

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

Предыдущее
От: nwakefield@pgfoundry.org (User Nwakefield)
Дата:
Сообщение: bizgres - bizgres:
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - ex: Fix bugs, and add/rename exceptions.