[Python-checkins] r63959 - in peps/trunk: pep-0000.txt pep-0371.txt
guido.van.rossum
python-checkins at python.org
Thu Jun 5 19:21:07 CEST 2008
Author: guido.van.rossum
Date: Thu Jun 5 19:21:07 2008
New Revision: 63959
Log:
Accept PEP 371, adding the multiprocessing package.
Modified:
peps/trunk/pep-0000.txt
peps/trunk/pep-0371.txt
Modified: peps/trunk/pep-0000.txt
==============================================================================
--- peps/trunk/pep-0000.txt (original)
+++ peps/trunk/pep-0000.txt Thu Jun 5 19:21:07 2008
@@ -76,6 +76,7 @@
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 @@
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 @@
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
Modified: peps/trunk/pep-0371.txt
==============================================================================
--- peps/trunk/pep-0371.txt (original)
+++ peps/trunk/pep-0371.txt Thu Jun 5 19:21:07 2008
@@ -4,7 +4,7 @@
Last-Modified: $Date$
Author: Jesse Noller <jnoller at gmail.com>,
Richard Oudkerk <r.m.oudkerk at googlemail.com>
-Status: Draft
+Status: Accepted
Type: Standards Track
Content-Type: text/plain
Created: 06-May-2008
More information about the Python-checkins
mailing list