[Python-checkins] r78717 - python/trunk/Doc/library/sys.rst

benjamin.peterson python-checkins at python.org
Sat Mar 6 04:13:33 CET 2010


Author: benjamin.peterson
Date: Sat Mar  6 04:13:33 2010
New Revision: 78717

Log:
settscdump is definitely an implementation detail

Modified:
   python/trunk/Doc/library/sys.rst

Modified: python/trunk/Doc/library/sys.rst
==============================================================================
--- python/trunk/Doc/library/sys.rst	(original)
+++ python/trunk/Doc/library/sys.rst	Sat Mar  6 04:13:33 2010
@@ -890,6 +890,11 @@
 
    .. 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


More information about the Python-checkins mailing list