From 5bbf71b8a8e0ef80f80804894d277c2502094476 Mon Sep 17 00:00:00 2001 From: Barry Warsaw Date: Tue, 14 Aug 2001 19:16:49 +0000 Subject: [PATCH] Mark PEP 260 as Final. --- pep-0000.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0000.txt b/pep-0000.txt index 4820f6e01..7f4483883 100644 --- a/pep-0000.txt +++ b/pep-0000.txt @@ -104,7 +104,7 @@ Index by Category SF 235 Import on Case-Insensitive Platforms Peters SF 236 Back to the __future__ Peters S 255 Simple Generators Schemenauer, et al - S 260 Simplify xrange() van Rossum + SF 260 Simplify xrange() van Rossum S 261 Support for "wide" Unicode characters Prescod Empty PEPs (or containing only an abstract) @@ -201,7 +201,7 @@ Numerical Index S 257 Docstring Conventions Goodger, van Rossum S 258 DPS Generic Implementation Details Goodger SR 259 Omit printing newline after newline van Rossum - S 260 Simplify xrange() van Rossum + SF 260 Simplify xrange() van Rossum S 261 Support for "wide" Unicode characters Prescod S 262 Database of Installed Python Packages Kuchling S 263 Defining Python Source Code Encodings Lemburg