Re: Fwd: [Bug 242336] Stabilization request for psycopg 2.0.[6|7|8]
"James Henstridge" <[email protected]>
| Newsgroups | gmane.comp.python.db.psycopg.devel |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Oct 19, 2008 at 8:22 PM, Federico Di Gregorio <fog-NGVKUo/i/[email protected]> wrote: >> So, then, psycopg 2.0.x depends on >= libpq 8.1.0? > > psycopg2 depends on libpq 8.0.x but psycopg2 2.0.7 introduced support > for large objects and depends on libpq 8.1.x. If we're happy with that as a hard dependency, then it might be worth going through the code and removing other backward compatibility #ifdefs designed to support even older releases. We could probably do the same with the minimum Python version -- I'm sure we have some #ifdefs that never get triggered. James.