[issue3171] operator.*slice() should be deprecated in 2.6

2008-12-05 Thread Georg Brandl
Georg Brandl <[EMAIL PROTECTED]> added the comment: Documented as deprecated in r67581. -- resolution: -> fixed status: open -> closed ___ Python tracker <[EMAIL PROTECTED]> ___ _

[issue3171] operator.*slice() should be deprecated in 2.6

2008-06-21 Thread Stefan Behnel
New submission from Stefan Behnel <[EMAIL PROTECTED]>: 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