From 5a69299e5314e4fc1cf6c11d6a95624ba932f67f Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Wed, 19 May 2010 14:17:00 +0000 Subject: [PATCH] Merged revisions 78717 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ........ r78717 | benjamin.peterson | 2010-03-06 04:13:33 +0100 (Sa, 06 Mär 2010) | 1 line settscdump is definitely an implementation detail ........ --- Doc/library/sys.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c0b767f7c76..11605498adf 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