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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ex: Add Mapping class, and fix codes.
Date: 2005-08-03 22:52:36
Message-ID: 20050803225236.863F811263A2@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2005-08-03 23:15:42 python - ex: Fix bugs, and add/rename exceptions.
Previous Message User Nwakefield 2005-08-03 14:06:13 bizgres - bizgres: