diff options
author | Peter Eisentraut | 2012-07-14 10:06:09 +0000 |
---|---|---|
committer | Peter Eisentraut | 2012-07-14 10:06:09 +0000 |
commit | 8e708e5e36d8a0295780a9aa1d99f01f5acb6182 (patch) | |
tree | c33a3fb2c1a279d64e21e5a1adfb2d3b9dc3f1e7 /doc/src | |
parent | b966dd6c4228d696b291c1cdcb5ab8c8475fefa8 (diff) |
Add link to PEP 394 regarding python2 vs python3 naming
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/plpython.sgml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/src/sgml/plpython.sgml b/doc/src/sgml/plpython.sgml index bdb0d3377f8..c15188c3e00 100644 --- a/doc/src/sgml/plpython.sgml +++ b/doc/src/sgml/plpython.sgml @@ -90,6 +90,12 @@ </listitem> </itemizedlist> + This scheme is analogous to the recommendations in <ulink + url="http://www.python.org/dev/peps/pep-0394/">PEP 394</ulink> regarding the + naming and transitioning of the <command>python</command> command. + </para> + + <para> It depends on the build configuration or the installed packages whether PL/Python for Python 2 or Python 3 or both are available. </para> |