Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton).

This commit is contained in:
Brett Cannon 2007-03-04 20:02:51 +00:00
parent 2362fff60a
commit c8a6c5d2df
2 changed files with 4 additions and 4 deletions

View File

@ -113,7 +113,6 @@ Index by Category
S 362 Function Signature Object Cannon, Seo S 362 Function Signature Object Cannon, Seo
S 754 IEEE 754 Floating Point Special Values Warnes S 754 IEEE 754 Floating Point Special Values Warnes
S 3101 Advanced String Formatting Talin S 3101 Advanced String Formatting Talin
S 3104 Access to Names in Outer Scopes Yee
S 3108 Standard Library Reorganization Cannon S 3108 Standard Library Reorganization Cannon
@ -176,6 +175,7 @@ Index by Category
SF 352 Required Superclass for Exceptions GvR, Cannon SF 352 Required Superclass for Exceptions GvR, Cannon
SF 353 Using ssize_t as the index type von Loewis SF 353 Using ssize_t as the index type von Loewis
SF 357 Allowing Any Object to be Used for Slicing Oliphant SF 357 Allowing Any Object to be Used for Slicing Oliphant
SF 3104 Access to Names in Outer Scopes Yee
SF 3105 Make print a function Brandl SF 3105 Make print a function Brandl
Empty PEPs (or containing only an abstract) Empty PEPs (or containing only an abstract)
@ -450,9 +450,9 @@ Numerical Index
S 3101 Advanced String Formatting Talin S 3101 Advanced String Formatting Talin
SA 3102 Keyword-Only Arguments Talin SA 3102 Keyword-Only Arguments Talin
SR 3103 A Switch/Case Statement GvR SR 3103 A Switch/Case Statement GvR
S 3104 Access to Names in Outer Scopes Yee SF 3104 Access to Names in Outer Scopes Yee
SF 3105 Make print a function Brandl SF 3105 Make print a function Brandl
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 3107 Function Annotations Winter, Lownds
S 3108 Standard Library Reorganization Cannon S 3108 Standard Library Reorganization Cannon
SA 3109 Raising Exceptions in Python 3000 Winter SA 3109 Raising Exceptions in Python 3000 Winter

View File

@ -3,7 +3,7 @@ Title: Access to Names in Outer Scopes
Version: $Revision$ Version: $Revision$
Last-Modified: $Date$ Last-Modified: $Date$
Author: Ka-Ping Yee <ping@zesty.ca> Author: Ka-Ping Yee <ping@zesty.ca>
Status: Draft Status: Accepted
Type: Standards Track Type: Standards Track
Python-Version: 3.0 Python-Version: 3.0
Content-Type: text/x-rst Content-Type: text/x-rst