Mark PEP 3113 as accepted.
This commit is contained in:
parent
74cc408ab9
commit
9a13ad8b25
|
@ -84,6 +84,7 @@ Index by Category
|
|||
SA 3110 Catching Exceptions in Python 3000 Winter
|
||||
SA 3111 Simple input built-in in Python 3000 Roberge
|
||||
SA 3112 Bytes literals in Python 3000 Orendorff
|
||||
SA 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
|
||||
Open PEPs (under consideration)
|
||||
|
||||
|
@ -114,7 +115,6 @@ Index by Category
|
|||
S 3101 Advanced String Formatting Talin
|
||||
S 3104 Access to Names in Outer Scopes Yee
|
||||
I 3108 Standard Library Reorganization Cannon
|
||||
S 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
|
||||
|
||||
Finished PEPs (done, implemented in Subversion)
|
||||
|
@ -459,7 +459,7 @@ Numerical Index
|
|||
SA 3110 Catching Exceptions in Python 3000 Winter
|
||||
SA 3111 Simple input built-in in Python 3000 Roberge
|
||||
SA 3112 Bytes literals in Python 3000 Orendorff
|
||||
S 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SA 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
|
||||
|
||||
Key
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Removal of Tuple Parameter Unpacking
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Brett Cannon <brett@python.org>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Python-version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue