[New-bugs-announce] [issue3171] operator.*slice() should be deprecated in 2.6

Stefan Behnel report at bugs.python.org
Sun Jun 22 07:51:39 CEST 2008


New submission from Stefan Behnel <scoder at users.sourceforge.net>:

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).

----------
assignee: georg.brandl
components: Documentation, Library (Lib)
messages: 68558
nosy: georg.brandl, scoder
severity: normal
status: open
title: operator.*slice() should be deprecated in 2.6
versions: Python 2.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3171>
_______________________________________


More information about the New-bugs-announce mailing list