[issue21466] General Index link to del statement is wrong

2014-05-11 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 951775c68b1b by Benjamin Peterson in branch '2.7':
remove confusing delete indexing (closes #21466)
http://hg.python.org/cpython/rev/951775c68b1b

New changeset 2e26703d7d2a by Benjamin Peterson in branch '3.4':
remove confusing delete indexing (closes #21466)
http://hg.python.org/cpython/rev/2e26703d7d2a

--
nosy: +python-dev
resolution:  -> fixed
stage:  -> resolved
status: open -> closed

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21466] General Index link to del statement is wrong

2014-05-10 Thread Berker Peksag

Changes by Berker Peksag :


--
versions:  -Python 3.1, Python 3.2, Python 3.3

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue21466] General Index link to del statement is wrong

2014-05-10 Thread Apteris

New submission from Apteris:

In the documentation index, https://docs.python.org/2/genindex-D.html, the link 
to the del statement documentation is not 

https://docs.python.org/2/reference/simple_stmts.html#del

as it presumably should be, but

https://docs.python.org/2/reference/datamodel.html#index-25

Affects all versions, but with a different wrong link in each one, as follows:
Python 2.7: https://docs.python.org/2/reference/datamodel.html#index-25
Python 3.2: https://docs.python.org/3.2/reference/datamodel.html#index-21
Python 3.3: https://docs.python.org/3.3/reference/datamodel.html#index-22
Python 3.4: https://docs.python.org/3.4/reference/datamodel.html#index-22
Python 3.5: https://docs.python.org/3.5/reference/datamodel.html#index-22

The del statement is in each case documented at 
https://docs.python.org/[version number]/reference/simple_stmts.html#del.

--
assignee: docs@python
components: Documentation
messages: 218217
nosy: apteris, docs@python
priority: normal
severity: normal
status: open
title: General Index link to del statement is wrong
type: behavior
versions: Python 2.7, Python 3.1, Python 3.2, Python 3.3, Python 3.4, Python 3.5

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com