[Python-checkins] cpython (2.7): Remove versionadded from the tutorial, at a location where it produces more

georg.brandl python-checkins at python.org
Thu Nov 15 07:10:53 CET 2012


http://hg.python.org/cpython/rev/457c0c9c7893
changeset:   80439:457c0c9c7893
branch:      2.7
parent:      80434:7db2a27c07be
user:        Georg Brandl <georg at python.org>
date:        Thu Nov 15 07:10:27 2012 +0100
summary:
  Remove versionadded from the tutorial, at a location where it produces more questions than it answers.

files:
  Doc/tutorial/datastructures.rst |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Doc/tutorial/datastructures.rst b/Doc/tutorial/datastructures.rst
--- a/Doc/tutorial/datastructures.rst
+++ b/Doc/tutorial/datastructures.rst
@@ -229,8 +229,6 @@
 such a common need, a built-in function ``sum(sequence)`` is already provided,
 and works exactly like this.
 
-.. versionadded:: 2.3
-
 
 List Comprehensions
 -------------------

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list