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

From: jwp(at)pgfoundry(dot)org (User Jwp)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Remove setattr as it was just a wasting way to say "you
Date: 2005-04-11 14:25:15
Message-ID: 20050411142515.C006C1FB621E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message User Jwp 2005-04-11 14:40:59 python - me: Imported Sources
Previous Message User Jwp 2005-04-11 14:03:19 python - be: remove unnecessary type structure initializations, the