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.

Author scoder
Recipients georg.brandl, scoder
Date 2008-06-22.05:51:33
SpamBayes Score 0.08310391
Marked as misclassified No
Message-id <1214113899.38.0.968396659077.issue3171@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2008-06-22 05:51:40scodersetspambayes_score: 0.0831039 -> 0.08310391
recipients: + scoder, georg.brandl
2008-06-22 05:51:39scodersetspambayes_score: 0.0831039 -> 0.0831039
messageid: <1214113899.38.0.968396659077.issue3171@psf.upfronthosting.co.za>
2008-06-22 05:51:37scoderlinkissue3171 messages
2008-06-22 05:51:36scodercreate