[Python-checkins] python/nondist/peps pep-0000.txt, 1.323, 1.324 pep-0239.txt, 1.7, 1.8 pep-0240.txt, 1.7, 1.8

rhettinger@users.sourceforge.net rhettinger at users.sourceforge.net
Fri Jun 17 23:38:05 CEST 2005


Update of /cvsroot/python/python/nondist/peps
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12350

Modified Files:
	pep-0000.txt pep-0239.txt pep-0240.txt 
Log Message:
Mark PEPs 239 and 240 as rejected.

Index: pep-0000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0000.txt,v
retrieving revision 1.323
retrieving revision 1.324
diff -u -d -r1.323 -r1.324
--- pep-0000.txt	17 Jun 2005 20:19:25 -0000	1.323
+++ pep-0000.txt	17 Jun 2005 21:38:02 -0000	1.324
@@ -71,8 +71,6 @@
  S   209  Adding Multidimensional Arrays               Barrett, Oliphant
  S   228  Reworking Python's Numeric Model             Zadka, GvR
  S   237  Unifying Long Integers and Integers          Zadka, GvR
- S   239  Adding a Rational Type to Python             Craig, Zadka
- S   240  Adding a Rational Literal to Python          Craig, Zadka
  S   243  Module Repository Upload Mechanism           Reifschneider
  S   245  Python Interface Syntax                      Pelletier
  S   246  Object Adaptation                            Evans
@@ -191,6 +189,8 @@
  SD  225  Elementwise/Objectwise Operators             Zhu, Lielens
  SR  231  __findattr__()                               Warsaw
  SD  233  Python Online Help                           Prescod
+ SR  239  Adding a Rational Type to Python             Craig, Zadka
+ SR  240  Adding a Rational Literal to Python          Craig, Zadka 
  SR  242  Numeric Kinds                                Dubois
  SR  244  The `directive' Statement                    von Loewis
  SR  259  Omit printing newline after newline          GvR
@@ -281,8 +281,8 @@
  SF  236  Back to the __future__                       Peters
  S   237  Unifying Long Integers and Integers          Zadka, GvR
  SF  238  Changing the Division Operator               Zadka, GvR
- S   239  Adding a Rational Type to Python             Craig, Zadka
- S   240  Adding a Rational Literal to Python          Craig, Zadka
+ SR  239  Adding a Rational Type to Python             Craig, Zadka
+ SR  240  Adding a Rational Literal to Python          Craig, Zadka
  SF  241  Metadata for Python Software Packages        Kuchling
  SR  242  Numeric Kinds                                Dubois
  S   243  Module Repository Upload Mechanism           Reifschneider

Index: pep-0239.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0239.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pep-0239.txt	20 Sep 2002 14:10:51 -0000	1.7
+++ pep-0239.txt	17 Jun 2005 21:38:02 -0000	1.8
@@ -3,7 +3,7 @@
 Version: $Revision$
 Author: Christopher A. Craig <python-pep at ccraig.org>,
     Moshe Zadka <pep at zadka.site.co.il>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Created: 11-Mar-2001
 Python-Version: 2.2
@@ -18,6 +18,13 @@
     support such a type.  This PEP suggests no literals for rational
     numbers; that is left for another PEP[1].
 
+BDFL Pronouncement
+
+    This PEP is rejected.  The needs outlined in the rationale section
+    have been addressed to some extent by the acceptance of PEP 327
+    for decimal arithmetic.  Guido also noted, "Rational arithmetic
+    was the default 'exact' arithmetic in ABC and it did not work out as
+    expected".  See the python-dev discussion on 17 June 2005.
 
 Rationale
 

Index: pep-0240.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-0240.txt,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- pep-0240.txt	18 Jan 2003 00:59:04 -0000	1.7
+++ pep-0240.txt	17 Jun 2005 21:38:02 -0000	1.8
@@ -3,7 +3,7 @@
 Version: $Revision$
 Author: Christopher A. Craig <python-pep at ccraig.org>,
     Moshe Zadka <pep at zadka.site.co.il>
-Status: Draft
+Status: Rejected
 Type: Standards Track
 Created: 11-Mar-2001
 Python-Version: 2.2
@@ -17,6 +17,13 @@
     rational in Python, and modifying non-integer division to return
     it.
 
+BDFL Pronouncement
+
+    This PEP is rejected.  The needs outlined in the rationale section
+    have been addressed to some extent by the acceptance of PEP 327
+    for decimal arithmetic.  Guido also noted that "Rational arithmetic
+    was the default 'exact' arithmetic in ABC and it did not work out as
+    expected.  See the python-dev discussion on 17 June 2005.
 
 Rationale
 



More information about the Python-checkins mailing list