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

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - fe: Use "x is [not] None" conditionals to help speed things
Date: 2006-02-12 01:40:36
Message-ID: 20060212014036.57D4C1033806@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2006-02-12 02:54:30 pgsql: Please find enclosed a patch that lets you use \c to connect
Previous Message James William Pye 2006-02-12 01:35:07 python - fe: Use the UnicodeType as the base for the String typing.