[Python-checkins] r59266 - in python/trunk/Doc: distutils/extending.rst library/windows.rst using/cmdline.rst using/index.rst using/windows.rst

Christian Heimes lists at cheimes.de
Sun Dec 2 16:21:01 CET 2007


georg.brandl wrote:
> Author: georg.brandl
> Date: Sun Dec  2 00:12:45 2007
> New Revision: 59266
> 
> Added:
>    python/trunk/Doc/using/windows.rst
> Modified:
>    python/trunk/Doc/distutils/extending.rst
>    python/trunk/Doc/library/windows.rst
>    python/trunk/Doc/using/cmdline.rst
>    python/trunk/Doc/using/index.rst
> Log:
> Add "Using Python on Windows" document, by Robert Lehmann.
> Written for GHOP.
> -For example, on most Linux systems, the default for both is :file:`/usr`.
> -
> -+-----------------------------------------------+------------------------------------------+
> -| File/directory                                | Meaning                                  |
> -+===============================================+==========================================+
> -| :file:`{exec_prefix}/bin/python`              | Recommended location of the interpreter. |
> -+-----------------------------------------------+------------------------------------------+
> -| :file:`{prefix}/lib/python{version}`,         | Recommended locations of the directories |
> -| :file:`{exec_prefix}/lib/python{version}`     | containing the standard modules.         |
> -+-----------------------------------------------+------------------------------------------+
> -| :file:`{prefix}/include/python{version}`,     | Recommended locations of the directories |
> -| :file:`{exec_prefix}/include/python{version}` | containing the include files needed for  |
> -|                                               | developing Python extensions and         |
> -|                                               | embedding the interpreter.               |
> -+-----------------------------------------------+------------------------------------------+
> -| :file:`~/.pythonrc.py`                        | User-specific initialization file loaded |
> -|                                               | by the user module; not used by default  |
> -|                                               | or by most applications.                 |
> -+-----------------------------------------------+------------------------------------------+

Why was the chapter removed from the docs?

Christian


More information about the Python-checkins mailing list