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:
Brett Cannon 2007-03-04 19:59:36 +00:00
parent fc09db9704
commit 2362fff60a
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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