From: Benjamin Peterson Date: Tue, 24 Jun 2008 02:41:08 +0000 (+0000) Subject: minor fix X-Git-Tag: v2.6b2~182 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2b917c93bcd50274797a8a1cfd9b3c90b75710d7;p=thirdparty%2FPython%2Fcpython.git minor fix --- diff --git a/Doc/whatsnew/2.6.rst b/Doc/whatsnew/2.6.rst index 725da9734e85..6f1f157699ad 100644 --- a/Doc/whatsnew/2.6.rst +++ b/Doc/whatsnew/2.6.rst @@ -530,7 +530,7 @@ XXX write this. .. seealso:: - :pep:`371` - Per-user ``site-packages`` Directory + :pep:`371` - Addition of the multiprocessing package PEP written by Jesse Noller and Richard Oudkerk; implemented by Richard Oudkerk and Jesse Noller.