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

Barry Warsaw bwarsaw@usw-pr-cvs1.sourceforge.net
Tue, 13 Mar 2001 07:40:50 -0800


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

Modified Files:
	pep-0000.txt 
Log Message:
Feeling flush from IPC9, several new PEP numbers are handed out:

  PEP 237 Unifying Long Integers and Integers, Zadka
  PEP 238 Non-integer Division, Zadka
  PEP 239 Adding a Rational Type to Python, Zadka
  PEP 240 Adding a Rational Literal to Python, Zadka
  PEP 241 Metadata for Python Software Packages, Kuchling

Moshe in the lead...

The authors will check-in their individual PEPs.


Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -r1.72 -r1.73
*** pep-0000.txt	2001/03/12 20:30:47	1.72
--- pep-0000.txt	2001/03/13 15:40:47	1.73
***************
*** 44,47 ****
--- 44,52 ----
   S   234  pep-0234.txt  Iterators                              Yee
   S   232  pep-0232.txt  Function Attributes                    Warsaw
+  S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
+  S   238  pep-0238.txt  Non-integer Division                   Zadka
+  S   239  pep-0239.txt  Adding a Rational Type to Python       Zadka
+  S   240  pep-0240.txt  Adding a Rational Literal to Python    Zadka
+  S   241  pep-0241.txt  Metadata for Python Software Packages  Kuchling
  
   Pie-in-the-sky PEPs (not ready; may become active yet)
***************
*** 141,144 ****
--- 146,154 ----
   S   235  pep-0235.txt  Import on Case-Insensitive Platforms   Peters
   S   236  pep-0236.txt  Back to the __future__                 Peters
+  S   237  pep-0237.txt  Unifying Long Integers and Integers    Zadka
+  S   238  pep-0238.txt  Non-integer Division                   Zadka
+  S   239  pep-0239.txt  Adding a Rational Type to Python       Zadka
+  S   240  pep-0240.txt  Adding a Rational Literal to Python    Zadka
+  S   241  pep-0241.txt  Metadata for Python Software Packages  Kuchling
  
  Key