[Python-checkins] python/nondist/peps pep-3000.txt,1.14,1.15

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Tue Mar 15 20:43:38 CET 2005


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

Modified Files:
	pep-3000.txt 
Log Message:
Back out sum() change.


Index: pep-3000.txt
===================================================================
RCS file: /cvsroot/python/python/nondist/peps/pep-3000.txt,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- pep-3000.txt	15 Mar 2005 04:06:02 -0000	1.14
+++ pep-3000.txt	15 Mar 2005 19:43:34 -0000	1.15
@@ -15,9 +15,8 @@
 ========
 
 This PEP describes the changes currently envisioned in Python 3.0
-(also called Python 3000), a
-hypothetical future release of Python that can break backwards
-compatibility with the existing body of Python code.
+(also called Python 3000), a hypothetical future release of Python that
+can break backwards compatibility with the existing body of Python code.
 
 The list of features included in this document is subject to change
 and isn't binding on the Python development community; features may be
@@ -90,8 +89,6 @@
 * Introduce ``trunc()``, which would call the ``__trunc__()`` method on its
   argument; suggested use if for objects like float where calling ``__int__()``
   has data loss, but an integral representation is still desired [8]_
-* The second argument to ``sum()`` will returned if the first argument is
-  empty, otherwise it is ignored [10]_
 
 To be removed:
 
@@ -151,9 +148,6 @@
 .. [9] Guido's blog ("The fate of reduce() in Python 3000")
    http://www.artima.com/weblogs/viewpost.jsp?thread=98196
 
-.. [10] python-dev email ("Rationale for sum()'s design?")
-   http://mail.python.org/pipermail/python-dev/2005-March/052183.html
-
 
 Copyright
 =========



More information about the Python-checkins mailing list