python - fe: Use "x is [not] None" conditionals to help speed things - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - fe: Use "x is [not] None" conditionals to help speed things
Date
Msg-id 20060212014036.57D4C1033806@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use "x is [not] None" conditionals to help speed things along.

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

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - fe: Use the UnicodeType as the base for the String typing.
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Please find enclosed a patch that lets you use \c to connect