diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2019-12-31 10:35:16 +0100 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2019-12-31 10:35:16 +0100 |
commit | b55413d77f96b9fa2dfae4ddec43412b90ebf588 (patch) | |
tree | f76c0fcc03ea35541ef6ebe6b2df6dfa1f8c57f1 /src/pl/plpython/plpython.h | |
parent | 0ce38730ac72029f3f2c95ae80b44f5b9060cbcc (diff) | |
download | postgresql-b55413d77f96b9fa2dfae4ddec43412b90ebf588.tar.gz |
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.
Diffstat (limited to 'src/pl/plpython/plpython.h')
0 files changed, 0 insertions, 0 deletions