From 094902237e187327db0bba55da209cbb71de5c8a Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Thu, 25 Oct 2001 22:03:18 +0000 Subject: [PATCH] Mark PEP 229 as Final. --- pep-0000.txt | 4 ++-- pep-0229.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 4788f3979..065abcff7 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -103,7 +103,7 @@ Index by Category SF 223 Change the Meaning of \x Escapes Peters I 226 Python 2.1 Release Schedule Hylton S 227 Statically Nested Scopes Hylton - S 229 Using Distutils to Build Python Kuchling + SF 229 Using Distutils to Build Python Kuchling SF 230 Warning Framework van Rossum SF 232 Function Attributes Warsaw SF 234 Iterators Yee, van Rossum @@ -182,7 +182,7 @@ Numerical Index I 226 Python 2.1 Release Schedule Hylton S 227 Statically Nested Scopes Hylton S 228 Reworking Python's Numeric Model Zadka, van Rossum - S 229 Using Distutils to Build Python Kuchling + SF 229 Using Distutils to Build Python Kuchling S 230 Warning Framework van Rossum SR 231 __findattr__() Warsaw SF 232 Function Attributes Warsaw diff --git a/pep-0229.txt b/pep-0229.txt index e7cfda1de..d7657b47c 100644 --- a/pep-0229.txt +++ b/pep-0229.txt @@ -2,7 +2,7 @@ PEP: 229 Title: Using Distutils to Build Python Version: $Revision$ Author: akuchlin@mems-exchange.org (A.M. Kuchling) -Status: Draft +Status: Final Type: Standards Created: 16-Nov-2000 Post-History: