python - be: Implement bool.typ* classmethods.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Implement bool.typ* classmethods.
Date: 2005-11-21 05:16:55
Message-ID: 20051121051655.7DE171125011@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Implement bool.typ* classmethods.

bool is special cased to return Python's True or False, instead of an
PyPg_bool_Type instance.

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

Browse pgsql-committers by date

  From Date Subject
Next Message User Chriskl 2005-11-21 08:20:46 dbsamples - dbsamples: Initial port of Sakila database to PostgreSQL.
Previous Message Tom Lane 2005-11-20 23:24:13 pgsql: Clean up after DROP IF EXISTS patch.