python - fe: Fix break from string to list use in connection dictionary.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Fix break from string to list use in connection dictionary.
Date: 2006-03-20 04:27:16
Message-ID: 20060320042716.2B5A510338E9@pgfoundry.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix break from string to list use in connection dictionary.

List objects aren't hashable, so make it a tuple.

Modified Files:
--------------
fe/src:
dbapi2.py (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/fe/src/dbapi2.py.diff?r1=1.3&r2=1.4)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2006-03-20 05:56:26 python - pq: Let the user handle the following Ready message.
Previous Message James William Pye 2006-03-20 03:38:52 python - ex: Use the codename for the package name.