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

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Fix break from string to list use in connection dictionary.
Date
Msg-id 20060320042716.2B5A510338E9@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ex: Use the codename for the package name.
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - pq: Let the user handle the following Ready message.