python - lo: Remove redundancy in Error's __str__ method.

Поиск
Список
Период
Сортировка
От jwp@pgfoundry.org (James William Pye)
Тема python - lo: Remove redundancy in Error's __str__ method.
Дата
Msg-id 20071119010745.19A4617ADCC6@pgfoundry.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Remove redundancy in Error's __str__ method.

Don't show message and severity as severity is at least, and normally, ERROR,
and message is already shown.
Provide a more concise printing of the location when 'file', 'line', or
'function' is available.

Modified Files:
--------------
    lo/postgresql:
        exceptions.py (r1.1 -> r1.2)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/lo/postgresql/exceptions.py.diff?r1=1.1&r2=1.2)

В списке pgsql-committers по дате отправления:

Предыдущее
От: dim@pgfoundry.org (User Dim)
Дата:
Сообщение: pgloader - pgloader: Adding the 'input_encoding' option in the
Следующее
От: jwp@pgfoundry.org (James William Pye)
Дата:
Сообщение: python - lo: Add and expand some doc-strings.