Allow configure to deal with Python 3.0. Changes were:

Peter Eisentraut <peter_e@gmx.net>

Commit: a65ed83f8a6fbf35c1e563533ab8293a788b1fce
Author: Peter Eisentraut <peter_e@gmx.net>
Date: 2009-01-04T00:54:15Z
Releases: 8.4.0
Allow configure to deal with Python 3.0.  Changes were:

print foo --> print(foo)
string.join(...) --> ' '.join(...)

These changes are backward compatible.

The actual plpython module appears to need significant updates to support
Python 3.0, though.  This change just relieves interested developers from
having to deal with Autoconf.

Files

PathChange+/−
config/python.m4 modified +9 −9
configure modified +8 −8