Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6cc54f3

Browse files
committed
Remove obsolete warning from docs.
Python 2.4 and Fedora 4 are both obsolete at this point, especially unpatched debug builds. Discussion: <85e377b2-d459-396e-59b1-115548bbc059@iki.fi>
1 parent 8614b39 commit 6cc54f3

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

doc/src/sgml/plpython.sgml

-13
Original file line numberDiff line numberDiff line change
@@ -696,19 +696,6 @@ AS $$
696696
$$ LANGUAGE plpythonu;
697697
</programlisting>
698698

699-
<warning>
700-
<para>
701-
Due to Python
702-
<ulink url="http://bugs.python.org/issue1483133">bug #1483133</ulink>,
703-
some debug versions of Python 2.4
704-
(configured and compiled with option <literal>--with-pydebug</literal>)
705-
are known to crash the <productname>PostgreSQL</productname> server
706-
when using an iterator to return a set result.
707-
Unpatched versions of Fedora 4 contain this bug.
708-
It does not happen in production versions of Python or on patched
709-
versions of Fedora 4.
710-
</para>
711-
</warning>
712699
</para>
713700
</listitem>
714701
</varlistentry>

0 commit comments

Comments
 (0)