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
| Next: | From: User Jwp | Date: 2005-04-11 14:40:59 |
| Subject: python - me: Imported Sources |
| Previous: | From: User Jwp | Date: 2005-04-11 14:03:19 |
| Subject: python - be: remove unnecessary type structure initializations, the |