[Python-checkins] cpython (3.4): remove confusing delete indexing (closes #21466)

benjamin.peterson python-checkins at python.org
Sun May 11 20:19:25 CEST 2014


http://hg.python.org/cpython/rev/2e26703d7d2a
changeset:   90639:2e26703d7d2a
branch:      3.4
parent:      90636:974c0718c7e0
user:        Benjamin Peterson <benjamin at python.org>
date:        Sun May 11 11:18:51 2014 -0700
summary:
  remove confusing delete indexing (closes #21466)

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


diff --git a/Doc/reference/datamodel.rst b/Doc/reference/datamodel.rst
--- a/Doc/reference/datamodel.rst
+++ b/Doc/reference/datamodel.rst
@@ -323,8 +323,6 @@
          object: mutable sequence
          object: mutable
          pair: assignment; statement
-         single: delete
-         statement: del
          single: subscription
          single: slicing
 

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


More information about the Python-checkins mailing list