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