Tim sez: "Future statements in simulated shells" should move from Open
to Accepted.
This commit is contained in:
parent
e6b12033dd
commit
cce0e5f5b0
|
@ -59,7 +59,6 @@ Index by Category
|
||||||
S 258 DPS Generic Implementation Details Goodger
|
S 258 DPS Generic Implementation Details Goodger
|
||||||
S 262 Database of Installed Python Packages Kuchling
|
S 262 Database of Installed Python Packages Kuchling
|
||||||
S 263 Defining Python Source Code Encodings Lemburg
|
S 263 Defining Python Source Code Encodings Lemburg
|
||||||
S 264 Future statements in simulated shells Hudson
|
|
||||||
S 265 Sorting Dictionaries by Value Griffin
|
S 265 Sorting Dictionaries by Value Griffin
|
||||||
|
|
||||||
Py-in-the-sky PEPs (not considered for Python 2.2)
|
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 255 Simple Generators Schemenauer, et al
|
||||||
SF 260 Simplify xrange() van Rossum
|
SF 260 Simplify xrange() van Rossum
|
||||||
S 261 Support for "wide" Unicode characters Prescod
|
S 261 Support for "wide" Unicode characters Prescod
|
||||||
|
SA 264 Future statements in simulated shells Hudson
|
||||||
|
|
||||||
Empty PEPs (or containing only an abstract)
|
Empty PEPs (or containing only an abstract)
|
||||||
|
|
||||||
|
@ -210,7 +210,7 @@ Numerical Index
|
||||||
S 261 Support for "wide" Unicode characters Prescod
|
S 261 Support for "wide" Unicode characters Prescod
|
||||||
S 262 Database of Installed Python Packages Kuchling
|
S 262 Database of Installed Python Packages Kuchling
|
||||||
S 263 Defining Python Source Code Encodings Lemburg
|
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 265 Sorting Dictionaries by Value Griffin
|
||||||
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
S 266 Optimizing Global Variable/Attribute Access Montanaro
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ PEP: 264
|
||||||
Title: Future statements in simulated shells
|
Title: Future statements in simulated shells
|
||||||
Version: 3
|
Version: 3
|
||||||
Author: Michael Hudson <mwh@python.net>
|
Author: Michael Hudson <mwh@python.net>
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Requires: 236
|
Requires: 236
|
||||||
Created: 30-Jul-2001
|
Created: 30-Jul-2001
|
||||||
|
|
Loading…
Reference in New Issue