[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.126,1.127 pep-0264.txt,1.4,1.5
Barry Warsaw
bwarsaw@users.sourceforge.net
Fri, 17 Aug 2001 15:43:51 -0700
Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv21676
Modified Files:
pep-0000.txt pep-0264.txt
Log Message:
Tim sez: "Future statements in simulated shells" should move from Open
to Accepted.
Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.126
retrieving revision 1.127
diff -C2 -d -r1.126 -r1.127
*** pep-0000.txt 2001/08/15 05:46:40 1.126
--- pep-0000.txt 2001/08/17 22:43:49 1.127
***************
*** 60,64 ****
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
--- 60,63 ----
***************
*** 111,114 ****
--- 110,114 ----
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)
***************
*** 211,215 ****
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
S 266 Optimizing Global Variable/Attribute Access Montanaro
--- 211,215 ----
S 262 Database of Installed Python Packages Kuchling
S 263 Defining Python Source Code Encodings Lemburg
! SA 264 Future statements in simulated shells Hudson
S 265 Sorting Dictionaries by Value Griffin
S 266 Optimizing Global Variable/Attribute Access Montanaro
Index: pep-0264.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0264.txt,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pep-0264.txt 2001/08/12 10:58:19 1.4
--- pep-0264.txt 2001/08/17 22:43:49 1.5
***************
*** 3,7 ****
Version: 3
Author: Michael Hudson <mwh@python.net>
! Status: Draft
Type: Standards Track
Requires: 236
--- 3,7 ----
Version: 3
Author: Michael Hudson <mwh@python.net>
! Status: Accepted
Type: Standards Track
Requires: 236