Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton).
This commit is contained in:
parent
2362fff60a
commit
c8a6c5d2df
|
@ -113,7 +113,6 @@ Index by Category
|
|||
S 362 Function Signature Object Cannon, Seo
|
||||
S 754 IEEE 754 Floating Point Special Values Warnes
|
||||
S 3101 Advanced String Formatting Talin
|
||||
S 3104 Access to Names in Outer Scopes Yee
|
||||
S 3108 Standard Library Reorganization Cannon
|
||||
|
||||
|
||||
|
@ -176,6 +175,7 @@ Index by Category
|
|||
SF 352 Required Superclass for Exceptions GvR, Cannon
|
||||
SF 353 Using ssize_t as the index type von Loewis
|
||||
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
|
||||
|
||||
Empty PEPs (or containing only an abstract)
|
||||
|
@ -450,9 +450,9 @@ Numerical Index
|
|||
S 3101 Advanced String Formatting Talin
|
||||
SA 3102 Keyword-Only Arguments Talin
|
||||
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
|
||||
S 3106 Revamping dict.keys(), .values() and .items() GvR
|
||||
SA 3106 Revamping dict.keys(), .values() and .items() GvR
|
||||
SA 3107 Function Annotations Winter, Lownds
|
||||
S 3108 Standard Library Reorganization Cannon
|
||||
SA 3109 Raising Exceptions in Python 3000 Winter
|
||||
|
|
|
@ -3,7 +3,7 @@ Title: Access to Names in Outer Scopes
|
|||
Version: $Revision$
|
||||
Last-Modified: $Date$
|
||||
Author: Ka-Ping Yee <ping@zesty.ca>
|
||||
Status: Draft
|
||||
Status: Accepted
|
||||
Type: Standards Track
|
||||
Python-Version: 3.0
|
||||
Content-Type: text/x-rst
|
||||
|
|
Loading…
Reference in New Issue