Skip to content

Commit 952f015

Browse files
committed
Revert "Document that Python 2.3 requires cdecimal module for full functionality."
This reverts commit a8ee818. The change requiring cdecimal is new in 9.4 (see 7919398), so we should not claim previous branches need it.
1 parent a8ee818 commit 952f015

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

doc/src/sgml/installation.sgml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -205,12 +205,8 @@ su - postgres
205205
language, you need a <productname>Python</productname>
206206
installation with the header files and
207207
the <application>distutils</application> module. The minimum
208-
required version is <productname>Python</productname> 2.3.
209-
For full functionality, a 2.3.x installation must include the
210-
separately-available <filename>cdecimal</> module; in particular
211-
the <application>PL/Python</> regression tests will not pass if that
212-
is missing.
213-
<productname>Python 3</productname> is supported if it's
208+
required version is <productname>Python</productname>
209+
2.3. <productname>Python 3</productname> is supported if it's
214210
version 3.1 or later; but see
215211
<![%standalone-include[the <application>PL/Python</> documentation]]>
216212
<![%standalone-ignore[<xref linkend="plpython-python23">]]>

0 commit comments

Comments
 (0)