[Python-checkins] r81343 - in python/branches/release26-maint: Doc/library/sys.rst

georg.brandl python-checkins at python.org
Wed May 19 16:17:00 CEST 2010


Author: georg.brandl
Date: Wed May 19 16:17:00 2010
New Revision: 81343

Log:
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
........


Modified:
   python/branches/release26-maint/   (props changed)
   python/branches/release26-maint/Doc/library/sys.rst

Modified: python/branches/release26-maint/Doc/library/sys.rst
==============================================================================
--- python/branches/release26-maint/Doc/library/sys.rst	(original)
+++ python/branches/release26-maint/Doc/library/sys.rst	Wed May 19 16:17:00 2010
@@ -834,6 +834,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