Issue 3171: operator.*slice() should be deprecated in 2.6
Issue3171
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) * ![]() |
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) * ![]() |
Date: 2008-12-05 15:42 | |
Documented as deprecated in r67581. |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:56:35 | admin | set | github: 47421 |
| 2008-12-05 15:42:21 | georg.brandl | set | status: open -> closed resolution: fixed messages: + msg77034 |
| 2008-06-22 05:51:38 | scoder | create | |
