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