Dictionary

Antonio Prado <antonio-m7WKv7+duuT/[email protected]> Tue, 20 Apr 2010 14:54:04 -0300
Newsgroups gmane.comp.python.db.psycopg.devel
Message-ID <[email protected]>
I'm working with Python and PostgreSQL.

To assign values to the dictionary returned by psycopg2, I'm doing the
following:

register[register._index['key']] = new_value



This correct or should I do otherwise?


Thanks


Antonio.