aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2014-03-27 17:05:59 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2014-03-27 17:05:59 -0400
commit611fc913f400113506815c9b58797b25be126725 (patch)
treee57aaa668391fd7016ae116af2c76cfbd95350af
parent2a33b796ee27732c1854f41594329afbb9ffba3d (diff)
downloadpostgresql-611fc913f400113506815c9b58797b25be126725.tar.gz
postgresql-611fc913f400113506815c9b58797b25be126725.zip
Revert "Document that Python 2.3 requires cdecimal module for full functionality."
This reverts commit 2a33b796ee27732c1854f41594329afbb9ffba3d. The change requiring cdecimal is new in 9.4 (see 7919398bac), so we should not claim previous branches need it.
-rw-r--r--doc/src/sgml/installation.sgml8
1 files changed, 2 insertions, 6 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml
index 6f5c108b719..9bee4236773 100644
--- a/doc/src/sgml/installation.sgml
+++ b/doc/src/sgml/installation.sgml
@@ -206,12 +206,8 @@ su - postgres
language, you need a <productname>Python</productname>
installation with the header files and
the <application>distutils</application> module. The minimum
- required version is <productname>Python</productname> 2.3.
- For full functionality, a 2.3.x installation must include the
- separately-available <filename>cdecimal</> module; in particular
- the <application>PL/Python</> regression tests will not pass if that
- is missing.
- <productname>Python 3</productname> is supported if it's
+ required version is <productname>Python</productname>
+ 2.3. <productname>Python 3</productname> is supported if it's
version 3.1 or later; but see
<![%standalone-include[the <application>PL/Python</> documentation]]>
<![%standalone-ignore[<xref linkend="plpython-python23">]]>