PEP 311 & 261 marked Final

This commit is contained in:
David Goodger 2003-04-21 15:20:13 +00:00
parent 95143a34c3
commit 97980c2545
3 changed files with 7 additions and 6 deletions

View File

@ -112,7 +112,6 @@ Index by Category
S 308 If-then-else expression GvR, Hettinger
S 309 Built-in Curry Type Harris
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
S 311 Simplified GIL Acquisition for Extensions Hammond
S 312 Simple Implicit Lambda Suzi, Martelli
S 313 Adding Roman Numeral Literals to Python Meyer
S 314 Metadata for Python Software Packages v1.1 Kuchling
@ -147,13 +146,14 @@ Index by Category
IF 251 Python 2.2 Release Schedule Warsaw, GvR
SF 255 Simple Generators Schemenauer, et al
SF 260 Simplify xrange() GvR
S 261 Support for "wide" Unicode characters Prescod
SF 261 Support for "wide" Unicode characters Prescod
SF 263 Defining Python Source Code Encodings Lemburg
SF 264 Future statements in simulated shells Hudson
SF 277 Unicode file name support for Windows NT Hodgson
SF 279 The enumerate() built-in function Hettinger
SF 285 Adding a bool type GvR
SF 293 Codec Error Handling Callbacks Dörwald
SF 311 Simplified GIL Acquisition for Extensions Hammond
Empty PEPs (or containing only an abstract)
@ -317,7 +317,7 @@ Numerical Index
S 308 If-then-else expression GvR, Hettinger
S 309 Built-in Curry Type Harris
S 310 Reliable Acquisition/Release Pairs Hudson, Moore
S 311 Simplified GIL Acquisition for Extensions Hammond
SF 311 Simplified GIL Acquisition for Extensions Hammond
S 312 Simple Implicit Lambda Suzi, Martelli
S 313 Adding Roman Numeral Literals to Python Meyer
S 314 Metadata for Python Software Packages v1.1 Kuchling

View File

@ -1,8 +1,9 @@
PEP: 261
Title: Support for "wide" Unicode characters
Version: $Revision$
Author: paulp@activestate.com (Paul Prescod)
Status: Draft
Last-Modified: $Date$
Author: Paul Prescod <paulp@activestate.com>
Status: Final
Type: Standards Track
Created: 27-Jun-2001
Python-Version: 2.2

View File

@ -3,7 +3,7 @@ Title: Simplified Global Interpreter Lock Acquisition for Extensions
Version: $Revision$
Last-Modified: $Date$
Author: Mark Hammond <mhammond@skippinet.com.au>
Status: Approved
Status: Final
Type: Standards Track
Content-Type: text/plain
Created: 05-Feb-2003