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

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (User Jwp)
Тема python - be: Remove setattr as it was just a wasting way to say "you
Дата
Msg-id 20050411142515.C006C1FB621E@pgfoundry.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - be: remove unnecessary type structure initializations, the
Следующее
От: jwp@pgfoundry.org (User Jwp)
Дата:
Сообщение: python - me: Imported Sources