python - fe: Implement more mapping interfaces.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Implement more mapping interfaces.
Date: 2006-02-17 20:35:30
Message-ID: 20060217203530.A55271033851@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Implement more mapping interfaces.

Nice for '%(foo)s' % dict(htup)

Alas, '%' doesn't seem to accept my "mapping", but dict() does.

Modified Files:
--------------
fe/src:
tracenull.py (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/tracenull.py.diff?r1=1.9&r2=1.10)

Browse pgsql-committers by date

  From Date Subject
Next Message Neil Conway 2006-02-18 01:44:35 pgsql: Mark unescape_single_char() "static": as far as I can see this
Previous Message James William Pye 2006-02-17 16:41:02 python - fe: Make __iter__ be an implicit __call__.