postgresql/doc/src
Peter Eisentraut b55413d77f Modernize Python exception syntax in documentation
Change the exception syntax used in the documentation to use the more
current

    except Exception as ex:

rather than the old

    except Exception, ex:

We keep the old syntax in the test code since Python <2.6 is still
supported there, but the documentation might as well use the modern
syntax.
2019-12-31 10:35:16 +01:00
..
sgml Modernize Python exception syntax in documentation 2019-12-31 10:35:16 +01:00
Makefile Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00