python - ex: Add Mapping class, and fix codes. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - ex: Add Mapping class, and fix codes.
Date
Msg-id 20050803225236.863F811263A2@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: nwakefield@pgfoundry.org (User Nwakefield)
Date:
Subject: bizgres - bizgres:
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ex: Fix bugs, and add/rename exceptions.