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

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


http://hg.python.org/cpython/rev/951775c68b1b
changeset:   90638:951775c68b1b
branch:      2.7
parent:      90621:730eeb10cd81
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
@@ -356,8 +356,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