diff -r 58ee0c60d6bf Doc/library/imp.rst --- a/Doc/library/imp.rst Fri Nov 02 07:34:52 2012 +0100 +++ b/Doc/library/imp.rst Fri Nov 02 13:32:16 2012 +0100 @@ -41,7 +41,8 @@ places are searched: the function tries to find a built-in module with the given name (:const:`C_BUILTIN`), then a frozen module (:const:`PY_FROZEN`), and on some systems some other places are looked in as well (on Windows, it - looks in the registry which may point to a specific file). + looks in the registry which may point to a specific file - + see :ref:`Using Python on Windows ` for details). Otherwise, *path* must be a list of directory names; each directory is searched for files with any of the suffixes returned by :func:`get_suffixes` diff -r 58ee0c60d6bf Doc/using/windows.rst --- a/Doc/using/windows.rst Fri Nov 02 07:34:52 2012 +0100 +++ b/Doc/using/windows.rst Fri Nov 02 13:32:16 2012 +0100 @@ -160,6 +160,7 @@ C:\WINDOWS\system32;C:\WINDOWS;C:\Python33 +.. _using-on-windows-modules: Finding modules --------------- @@ -607,5 +608,3 @@ :pep:`397` - Python launcher for Windows The proposal for the launcher to be included in the Python distribution. - -