Mark PEP 229 as Final.
This commit is contained in:
parent
5de9f47fb1
commit
094902237e
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue