Mark PEP 3113 as final.
This commit is contained in:
parent
2c5f40ace7
commit
cd281f50af
|
@ -79,7 +79,6 @@ 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
|
||||
SA 3115 Metaclasses in Python 3000 Talin
|
||||
SA 3120 Using UTF-8 as the default source encoding von Löwis
|
||||
SA 3121 Extension Module Initialization & Finalization von Löwis
|
||||
|
@ -188,6 +187,7 @@ Index by Category
|
|||
SF 3104 Access to Names in Outer Scopes Yee
|
||||
SF 3105 Make print a function Brandl
|
||||
SF 3107 Function Annotations Winter, Lownds
|
||||
SF 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SF 3114 Renaming iterator.next() to .__next__() Yee
|
||||
SF 3132 Extended Iterable Unpacking Brandl
|
||||
|
||||
|
@ -483,7 +483,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
|
||||
SA 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SF 3113 Removal of Tuple Parameter Unpacking Cannon
|
||||
SF 3114 Renaming iterator.next() to .__next__() Yee
|
||||
SA 3115 Metaclasses in Python 3000 Talin
|
||||
S 3116 New I/O Stutzbach, Verdone, GvR
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Removal of Tuple Parameter Unpacking
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Brett Cannon <brett@python.org>
|
||||
Status: Accepted
|
||||
Status: Final
|
||||
Type: Standards Track
|
||||
Python-version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue