python - lo: Remove redundancy in Error's __str__ method. - Mailing list pgsql-committers

From jwp@pgfoundry.org (James William Pye)
Subject python - lo: Remove redundancy in Error's __str__ method.
Date
Msg-id 20071119010745.19A4617ADCC6@pgfoundry.org
Whole thread Raw
List 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 by date:

Previous
From: dim@pgfoundry.org (User Dim)
Date:
Subject: pgloader - pgloader: Adding the 'input_encoding' option in the
Next
From: jwp@pgfoundry.org (James William Pye)
Date:
Subject: python - lo: Add and expand some doc-strings.