python - ip: Use get_loader when available.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - ip: Use get_loader when available.
Date: 2007-11-19 05:59:35
Message-ID: 20071119055935.2EC6517ADCC6@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Use get_loader when available.

Trim out a special exception printer as postgresql.exceptions.Error now
prints all of the details. Subsequently, don't bother altering the printed
traceback with compile errors(looked into the stack one level to keep the
printed traceback small).

Modified Files:
--------------
ip/src:
python.py (r1.10 -> r1.11)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/ip/src/python.py.diff?r1=1.10&r2=1.11)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-11-19 06:01:52 python - ip: Use postgresql.exceptions.
Previous Message James William Pye 2007-11-19 05:55:13 python - ip: Fix CachedQuery.