From: Benjamin Peterson Date: Sat, 10 Jan 2009 23:41:59 +0000 (+0000) Subject: move seealso to a more appropiate place X-Git-Tag: v2.7a1~2329 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4db53b212c7074e6f58f25fc146ff0b771a7a3b1;p=thirdparty%2FPython%2Fcpython.git move seealso to a more appropiate place --- diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index 1000694c7d02..2b1aec7b3c94 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -566,6 +566,10 @@ always available. .. 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 @@ always available. 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``. -