[Python-checkins] r59963 - python/trunk/Doc/whatsnew/2.6.rst

Christian Heimes lists at cheimes.de
Tue Jan 15 03:31:40 CET 2008


andrew.kuchling wrote:
> +.. ::
> +
> +    .. _pep-0370:
> +
> +    PEP 370: XXX
> +    =====================================================
> +
> +    When you run Python, the module search page ``sys.modules`` usually
> +    includes a directory whose path ends in ``"site-packages"``.  This
> +    directory is intended to hold locally-installed packages available to
> +    all users on a machine or using a particular site installation.
> +
> +    Python 2.6 introduces a convention for user-specific site directories.
> +
> +    .. seealso::
> +
> +       :pep:`370` - XXX
> +
> +       PEP written by XXX; implemented by Christian Heimes.
> +
> +  
> +.. ======================================================================
> +

Thanks for the future documentation but the PEP hasn't been accepted yet. :)

Christian


More information about the Python-checkins mailing list