Fix up marking PEP 3106 as accepted (was already listed in the Accepted section
of PEP 0). Not marking as Implemented as some Open Issues are still listed.
This commit is contained in:
parent
fc09db9704
commit
2362fff60a
|
@ -78,7 +78,7 @@ Index by Category
|
|||
Accepted PEPs (accepted; may not be implemented yet)
|
||||
|
||||
SA 3102 Keyword-Only Arguments Talin
|
||||
S 3106 Revamping dict.keys(), .values() and .items() GvR
|
||||
SA 3106 Revamping dict.keys(), .values() and .items() GvR
|
||||
SA 3107 Function Annotations Winter, Lownds
|
||||
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||
SA 3110 Catching Exceptions in Python 3000 Winter
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Revamping dict.keys(), .values() and .items()
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Guido van Rossum
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards
|
||||
Content-Type: text/x-rst
|
||||
Created: 19-Dec-2006
|
||||
|
|
Loading…
Reference in New Issue