Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf3cfc23

Browse files
committed
Document that Python 2.3 requires cdecimal module for full functionality.
This has been true for some time, but we were leaving users to discover itthe hard way.Back-patch to 9.2. It might've been true before that, but we were claimingPython 2.2 compatibility before that, so I won't guess at the exactrequirements back then.
1 parent7e4d160 commitf3cfc23

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

‎doc/src/sgml/installation.sgml

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp