summaryrefslogtreecommitdiff
path: root/src/pl/plpython/expected/README
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2015-06-03 19:52:08 -0400
committerPeter Eisentraut <peter_e@gmx.net>2015-08-13 23:55:20 -0400
commitf16d52269a196f7f303abe3b978d95ade265f05f (patch)
treef108d2eec77518a62117cd96b7223510c57d3794 /src/pl/plpython/expected/README
parentd67616c74395aede8795e785d565b96b735f3f6e (diff)
PL/Python: Make tests pass with Python 3.5
The error message wording for AttributeError has changed in Python 3.5. For the plpython_error test, add a new expected file. In the plpython_subtransaction test, we didn't really care what the exception is, only that it is something coming from Python. So use a generic exception instead, which has a message that doesn't vary across versions.
Diffstat (limited to 'src/pl/plpython/expected/README')
-rw-r--r--src/pl/plpython/expected/README1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pl/plpython/expected/README b/src/pl/plpython/expected/README
index 5bf93668da5..b8905633770 100644
--- a/src/pl/plpython/expected/README
+++ b/src/pl/plpython/expected/README
@@ -1,6 +1,7 @@
Guide to alternative expected files:
plpython_error_0.out Python 2.4 and older
+plpython_error_5.out Python 3.5 and newer
plpython_unicode.out server encoding != SQL_ASCII
plpython_unicode_3.out server encoding == SQL_ASCII