mirror of
https://github.com/postgres/postgres.git
synced 2026-06-05 06:43:00 -04:00
Revert "Document that Python 2.3 requires cdecimal module for full functionality."
This reverts commita8ee81822e. The change requiring cdecimal is new in 9.4 (see7919398bac), so we should not claim previous branches need it.
This commit is contained in:
parent
a8ee81822e
commit
952f0153f3
1 changed files with 2 additions and 6 deletions
|
|
@ -205,12 +205,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">]]>
|
||||
|
|
|
|||
Loading…
Reference in a new issue