python - be: Make the linecache override work in 2.5.

From: jwp(at)pgfoundry(dot)org (James William Pye)
To: pgsql-committers(at)postgresql(dot)org
Subject: python - be: Make the linecache override work in 2.5.
Date: 2007-02-26 15:00:59
Message-ID: 20070226150059.7C221217282@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make the linecache override work in 2.5.

They added a parameter. So make it more argument agnostic.

Modified Files:
--------------
be/src:
pl.c (r1.42 -> r1.43)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/python/be/src/pl.c.diff?r1=1.42&r2=1.43)

Browse pgsql-committers by date

  From Date Subject
Next Message James William Pye 2007-02-26 15:05:33 python - be: Allow empty queries.
Previous Message James William Pye 2007-02-26 14:59:29 python - be: Add 'closed' attribute.