python - fe: Use sorted items as key. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Use sorted items as key.
Date
Msg-id 20060319231754.13C311033863@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use sorted items as key.
(Using the str() of seemed fragile.)

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

pgsql-committers by date:

Previous
From: neilc@postgresql.org (Neil Conway)
Date:
Subject: pgsql: Fix a few places that were checking for the return value of
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - ex: Give AbortTransaction the ability to return an object.