Tim sez: "Future statements in simulated shells" should move from Open

to Accepted.
This commit is contained in:
Barry Warsaw 2001-08-17 22:43:49 +00:00
parent e6b12033dd
commit cce0e5f5b0
2 changed files with 3 additions and 3 deletions

View File

@ -59,7 +59,6 @@ Index by Category
S 258 DPS Generic Implementation Details Goodger
S 262 Database of Installed Python Packages Kuchling
S 263 Defining Python Source Code Encodings Lemburg
S 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
Py-in-the-sky PEPs (not considered for Python 2.2)
@ -110,6 +109,7 @@ Index by Category
SF 255 Simple Generators Schemenauer, et al
SF 260 Simplify xrange() van Rossum
S 261 Support for "wide" Unicode characters Prescod
SA 264 Future statements in simulated shells Hudson
Empty PEPs (or containing only an abstract)
@ -210,7 +210,7 @@ Numerical Index
S 261 Support for "wide" Unicode characters Prescod
S 262 Database of Installed Python Packages Kuchling
S 263 Defining Python Source Code Encodings Lemburg
S 264 Future statements in simulated shells Hudson
SA 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
S 266 Optimizing Global Variable/Attribute Access Montanaro

View File

@ -2,7 +2,7 @@ PEP: 264
Title: Future statements in simulated shells
Version: 3
Author: Michael Hudson <mwh@python.net>
Status: Draft
Status: Accepted
Type: Standards Track
Requires: 236
Created: 30-Jul-2001