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

benjamin.peterson python-checkins at python.org
Sun Jan 11 00:41:59 CET 2009


Author: benjamin.peterson
Date: Sun Jan 11 00:41:59 2009
New Revision: 68514

Log:
move seealso to a more appropiate place

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	Sun Jan 11 00:41:59 2009
@@ -566,6 +566,10 @@
    .. versionchanged:: 2.3
       Unicode strings are no longer ignored.
 
+   .. seealso::
+      Module :mod:`site` This describes how to use .pth files to extend
+      :data:`sys.path`.
+
 
 .. data:: platform
 
@@ -869,10 +873,3 @@
    first three characters of :const:`version`.  It is provided in the :mod:`sys`
    module for informational purposes; modifying this value has no effect on the
    registry keys used by Python. Availability: Windows.
-
-
-.. seealso::
-
-   Module :mod:`site`
-      This describes how to use .pth files to extend ``sys.path``.
-


More information about the Python-checkins mailing list