From: Georg Brandl Date: Wed, 19 May 2010 14:17:00 +0000 (+0000) Subject: Merged revisions 78717 via svnmerge from X-Git-Tag: v2.6.6rc1~280 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a69299e5314e4fc1cf6c11d6a95624ba932f67f;p=python Merged revisions 78717 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r78717 | benjamin.peterson | 2010-03-06 04:13:33 +0100 (Sa, 06 Mär 2010) | 1 line settscdump is definitely an implementation detail ........ --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c0b767f7c7..11605498ad 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -834,6 +834,11 @@ always available. .. versionadded:: 2.4 + .. impl-detail:: + + This function is intimately bound to CPython implementation details and + thus not likely to be implemented elsewhere. + .. data:: stdin stdout