Accept PEP 371, adding the multiprocessing package.

This commit is contained in:
Guido van Rossum 2008-06-05 17:21:07 +00:00
parent 06efb622d8
commit c9332b34c2
2 changed files with 3 additions and 3 deletions

View File

@ -76,6 +76,7 @@ Index by Category
SA 358 The "bytes" Object Schemenauer, GvR SA 358 The "bytes" Object Schemenauer, GvR
SA 370 Per user site-packages directory Heimes SA 370 Per user site-packages directory Heimes
SA 371 Addition of the multiprocessing package Noller, Oudkerk
SA 3101 Advanced String Formatting Talin SA 3101 Advanced String Formatting Talin
SA 3106 Revamping dict.keys(), .values() & .items() GvR SA 3106 Revamping dict.keys(), .values() & .items() GvR
SA 3108 Standard Library Reorganization Cannon SA 3108 Standard Library Reorganization Cannon
@ -97,7 +98,6 @@ Index by Category
S 364 Transitioning to the Py3K Standard Library Warsaw S 364 Transitioning to the Py3K Standard Library Warsaw
S 368 Standard image protocol and class Mastrodomenico S 368 Standard image protocol and class Mastrodomenico
S 369 Post import hooks Heimes S 369 Post import hooks Heimes
S 371 Addition of the multiprocessing package Noller, Oudkerk
S 3134 Exception Chaining and Embedded Tracebacks Yee S 3134 Exception Chaining and Embedded Tracebacks Yee
S 3135 New Super Spealman, Delaney S 3135 New Super Spealman, Delaney
@ -475,7 +475,7 @@ Numerical Index
S 368 Standard image protocol and class Mastrodomenico S 368 Standard image protocol and class Mastrodomenico
S 369 Post import hooks Heimes S 369 Post import hooks Heimes
SA 370 Per user site-packages directory Heimes SA 370 Per user site-packages directory Heimes
S 371 Addition of the multiprocessing package Noller, Oudkerk SA 371 Addition of the multiprocessing package Noller, Oudkerk
SR 666 Reject Foolish Indentation Creighton SR 666 Reject Foolish Indentation Creighton
SR 754 IEEE 754 Floating Point Special Values Warnes SR 754 IEEE 754 Floating Point Special Values Warnes
P 3000 Python 3000 GvR P 3000 Python 3000 GvR

View File

@ -4,7 +4,7 @@ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Jesse Noller <jnoller@gmail.com>, Author: Jesse Noller <jnoller@gmail.com>,
Richard Oudkerk <r.m.oudkerk@googlemail.com> Richard Oudkerk <r.m.oudkerk@googlemail.com>
Status: Draft Status: Accepted
Type: Standards Track Type: Standards Track
Content-Type: text/plain Content-Type: text/plain
Created: 06-May-2008 Created: 06-May-2008