python - typ: Make record more "subclassable". - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - typ: Make record more "subclassable".
Date
Msg-id 20060310185345.04EF3103382A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Make record more "subclassable".

Introduce an 'atttypid' attribute that by default is set to "()" (empty tuple).
This is what the sender and receiver will use to specify or validate the typids
sent or received.

Modified Files:
--------------
    typ/src:
        root.py (r1.1.1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/typ/src/root.py.diff?r1=1.1.1.1&r2=1.2)

pgsql-committers by date:

Previous
From: Neil Conway
Date:
Subject: Re: pgsql: Remove Jan Wieck's name from copyrights,
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Move (tracenull)RaiseTransactionError to