From c8a6c5d2df7f73f1b270a62dbf75a6930f9ca2e0 Mon Sep 17 00:00:00 2001 From: Brett Cannon Date: Sun, 4 Mar 2007 20:02:51 +0000 Subject: [PATCH] Mark PEP 3104 as finished (implemented at PyCon 2007 sprint by Jeremy Hylton). --- pep-0000.txt | 6 +++--- pep-3104.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index c6bb9e5ad..31f051e52 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -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 diff --git a/pep-3104.txt b/pep-3104.txt index 3877f3651..4ee4fa361 100644 --- a/pep-3104.txt +++ b/pep-3104.txt @@ -3,7 +3,7 @@ Title: Access to Names in Outer Scopes Version: $Revision$ Last-Modified: $Date$ Author: Ka-Ping Yee -Status: Draft +Status: Accepted Type: Standards Track Python-Version: 3.0 Content-Type: text/x-rst