[Python-checkins] python/nondist/peps pep-0000.txt,1.213,1.214

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 07 Oct 2002 11:38:50 -0700


Update of /cvsroot/python/python/nondist/peps
In directory usw-pr-cvs1:/tmp/cvs-serv29968

Modified Files:
	pep-0000.txt 
Log Message:
Update status for PEP 277.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.213
retrieving revision 1.214
diff -C2 -d -r1.213 -r1.214
*** pep-0000.txt	20 Sep 2002 14:10:49 -0000	1.213
--- pep-0000.txt	7 Oct 2002 18:38:47 -0000	1.214
***************
*** 88,92 ****
   S   275  Switching on Multiple Values                 Lemburg
   S   276  Simple Iterator for ints                     Althoff
-  S   277  Unicode file name support for Windows NT     Hodgson
   S   278  Universal Newline Support                    Jansen
   S   280  Optimizing access to globals                 van Rossum
--- 88,91 ----
***************
*** 137,140 ****
--- 136,140 ----
   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                           van Rossum
***************
*** 269,273 ****
   S   275  Switching on Multiple Values                 Lemburg
   S   276  Simple Iterator for ints                     Althoff
!  S   277  Unicode file name support for Windows NT     Hodgson
   S   278  Universal Newline Support                    Jansen
   SF  279  The enumerate() built-in function            Hettinger
--- 269,273 ----
   S   275  Switching on Multiple Values                 Lemburg
   S   276  Simple Iterator for ints                     Althoff
!  SF  277  Unicode file name support for Windows NT     Hodgson
   S   278  Universal Newline Support                    Jansen
   SF  279  The enumerate() built-in function            Hettinger