Accept PEP 371, adding the multiprocessing package.
This commit is contained in:
parent
06efb622d8
commit
c9332b34c2
|
@ -76,6 +76,7 @@ Index by Category
|
|||
|
||||
SA 358 The "bytes" Object Schemenauer, GvR
|
||||
SA 370 Per user site-packages directory Heimes
|
||||
SA 371 Addition of the multiprocessing package Noller, Oudkerk
|
||||
SA 3101 Advanced String Formatting Talin
|
||||
SA 3106 Revamping dict.keys(), .values() & .items() GvR
|
||||
SA 3108 Standard Library Reorganization Cannon
|
||||
|
@ -97,7 +98,6 @@ Index by Category
|
|||
S 364 Transitioning to the Py3K Standard Library Warsaw
|
||||
S 368 Standard image protocol and class Mastrodomenico
|
||||
S 369 Post import hooks Heimes
|
||||
S 371 Addition of the multiprocessing package Noller, Oudkerk
|
||||
S 3134 Exception Chaining and Embedded Tracebacks Yee
|
||||
S 3135 New Super Spealman, Delaney
|
||||
|
||||
|
@ -475,7 +475,7 @@ Numerical Index
|
|||
S 368 Standard image protocol and class Mastrodomenico
|
||||
S 369 Post import hooks 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 754 IEEE 754 Floating Point Special Values Warnes
|
||||
P 3000 Python 3000 GvR
|
||||
|
|
|
@ -4,7 +4,7 @@ Version: $Revision$
|
|||
Last-Modified: $Date$
|
||||
Author: Jesse Noller <jnoller@gmail.com>,
|
||||
Richard Oudkerk <r.m.oudkerk@googlemail.com>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Content-Type: text/plain
|
||||
Created: 06-May-2008
|
||||
|
|
Loading…
Reference in New Issue