[Python-checkins] CVS: python/nondist/peps pep-0000.txt,1.135,1.136

Barry Warsaw bwarsaw@users.sourceforge.net
Thu, 18 Oct 2001 11:00:52 -0700


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

Modified Files:
	pep-0000.txt 
Log Message:
Mark PEP 238 as Final


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.135
retrieving revision 1.136
diff -C2 -d -r1.135 -r1.136
*** pep-0000.txt	2001/09/26 05:01:09	1.135
--- pep-0000.txt	2001/10/18 18:00:50	1.136
***************
*** 45,50 ****
   Accepted PEPs (accepted for Python 2.2; may not be implemented yet)
  
-  S   238  Changing the Division Operator               Zadka, van Rossum
-  SF  250  Using site-packages on Windows               Moore
   I   251  Python 2.2 Release Schedule                  van Rossum, Warsaw
   S   252  Making Types Look More Like Classes          van Rossum
--- 45,48 ----
***************
*** 113,116 ****
--- 111,116 ----
   SF  235  Import on Case-Insensitive Platforms         Peters
   SF  236  Back to the __future__                       Peters
+  SF  238  Changing the Division Operator               Zadka, van Rossum
+  SF  250  Using site-packages on Windows               Moore
   SF  255  Simple Generators                            Schemenauer, et al
   SF  260  Simplify xrange()                            van Rossum
***************
*** 193,197 ****
   SF  236  Back to the __future__                       Peters
   S   237  Unifying Long Integers and Integers          Zadka, van Rossum
!  S   238  Changing the Division Operator               Zadka, van Rossum
   S   239  Adding a Rational Type to Python             Zadka
   S   240  Adding a Rational Literal to Python          Zadka
--- 193,197 ----
   SF  236  Back to the __future__                       Peters
   S   237  Unifying Long Integers and Integers          Zadka, van Rossum
!  SF  238  Changing the Division Operator               Zadka, van Rossum
   S   239  Adding a Rational Type to Python             Zadka
   S   240  Adding a Rational Literal to Python          Zadka