diff options
author | Georg Brandl <georg@python.org> | 2010-05-19 14:17:00 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-05-19 14:17:00 (GMT) |
commit | 5a69299e5314e4fc1cf6c11d6a95624ba932f67f (patch) | |
tree | f1b5a2ac598705adcdb71928fbfb7fa5731f4f1e /Doc/library/sys.rst | |
parent | 2ee18c6ca6b739fa40dcc2b126fea5a6790aa76b (diff) | |
download | cpython-5a69299e5314e4fc1cf6c11d6a95624ba932f67f.zip cpython-5a69299e5314e4fc1cf6c11d6a95624ba932f67f.tar.gz cpython-5a69299e5314e4fc1cf6c11d6a95624ba932f67f.tar.bz2 |
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
........
Diffstat (limited to 'Doc/library/sys.rst')
-rw-r--r-- | Doc/library/sys.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index c0b767f..1160549 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 |