From: Andrew M. Kuchling Date: Wed, 11 Jun 2008 12:53:14 +0000 (+0000) Subject: Note PEP 371 section X-Git-Tag: v2.6b1~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a809c98ca519e0b6f9594b8cb68ff9c414d29448;p=thirdparty%2FPython%2Fcpython.git Note PEP 371 section --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index a1566a5af276..658de47aa08a 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -521,6 +521,21 @@ environment variable. .. ====================================================================== +.. _pep-0371: + +PEP 371: The ``multiprocessing`` Package +===================================================== + +XXX write this. + +.. seealso:: + + :pep:`371` - Per-user ``site-packages`` Directory + PEP written by Jesse Noller and Richard Oudkerk; + implemented by Jesse Noller. + +.. ====================================================================== + .. _pep-3101: PEP 3101: Advanced String Formatting