Skip to content
Snippets Groups Projects
  • Peter Eisentraut's avatar
    a65ed83f
    Allow configure to deal with Python 3.0. Changes were: · a65ed83f
    Peter Eisentraut authored
    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.
    a65ed83f
    History
    Allow configure to deal with Python 3.0. Changes were:
    Peter Eisentraut authored
    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.