[Python-checkins] python/nondist/peps pep-0000.txt,1.207,1.208

bwarsaw@users.sourceforge.net bwarsaw@users.sourceforge.net
Mon, 05 Aug 2002 10:34:08 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
PEP 263 is finished.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.207
retrieving revision 1.208
diff -C2 -d -r1.207 -r1.208
*** pep-0000.txt	5 Aug 2002 15:39:49 -0000	1.207
--- pep-0000.txt	5 Aug 2002 17:34:06 -0000	1.208
***************
*** 77,81 ****
   S   258  Docutils Design Specification                Goodger
   S   262  Database of Installed Python Packages        Kuchling
-  SF  263  Defining Python Source Code Encodings        Lemburg
   S   265  Sorting Dictionaries by Value                Griffin
   S   266  Optimizing Global Variable/Attribute Access  Montanaro
--- 77,80 ----
***************
*** 135,138 ****
--- 134,138 ----
   SF  260  Simplify xrange()                            van Rossum
   S   261  Support for "wide" Unicode characters        Prescod
+  SF  263  Defining Python Source Code Encodings        Lemburg
   SF  264  Future statements in simulated shells        Hudson
   SF  279  The enumerate() built-in function            Hettinger