This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: operator.*slice() should be deprecated in 2.6
Type: Stage:
Components: Documentation, Library (Lib) Versions: Python 2.6
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: georg.brandl Nosy List: georg.brandl, scoder
Priority: normal Keywords:

Created on 2008-06-22 05:51 by scoder, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg68558 - (view) Author: Stefan Behnel (scoder) * (Python committer) Date: 2008-06-22 05:51
operator.delslice() and friends were removed in Python 3.0, as the
underlying object methods no longer exist. In the same way that the
slicing special methods were deprecated in favour of the item methods
should the functions in the operator module be deprecated (or at least
receive a warning that they will disappear in future interpreter versions).
msg77034 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2008-12-05 15:42
Documented as deprecated in r67581.
History
Date User Action Args
2022-04-11 14:56:35adminsetgithub: 47421
2008-12-05 15:42:21georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg77034
2008-06-22 05:51:38scodercreate