python - be: Remove setattr as it was just a wasting way to say "you - Mailing list pgsql-committers

From jwp@pgfoundry.org (User Jwp)
Subject python - be: Remove setattr as it was just a wasting way to say "you
Date
Msg-id 20050411142515.C006C1FB621E@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Remove setattr as it was just a wasting way to say "you can't set the
attribute".
Return false on comparisons that aren't comparing Postgres.Object's. This was
meant to be a convenience, but it seems like it might cause more trouble than it
would do good.

Modified Files:
--------------
    be/src:
        object.c (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/object.c.diff?r1=1.1&r2=1.2)

pgsql-committers by date:

Previous
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - be: remove unnecessary type structure initializations, the
Next
From: jwp@pgfoundry.org (User Jwp)
Date:
Subject: python - me: Imported Sources