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 benjamin.peterson
Recipients benjamin.peterson, brett.cannon
Date 2008-03-22.02:40:01
SpamBayes Score 0.076621816
Marked as misclassified No
Message-id <1206153603.74.0.0660241009152.issue2351@psf.upfronthosting.co.za>
In-reply-to
Content
Here's a patch for that. It gives warnings on use of __getslice__,
__delslice__, and __setslice__ and includes tests.
But
it only works on new style classes. I don't think this is a big problem
because users will see the warnings when they switch their classes to
new-style.
History
Date User Action Args
2008-03-22 02:40:04benjamin.petersonsetspambayes_score: 0.0766218 -> 0.076621816
recipients: + benjamin.peterson, brett.cannon
2008-03-22 02:40:03benjamin.petersonsetspambayes_score: 0.0766218 -> 0.0766218
messageid: <1206153603.74.0.0660241009152.issue2351@psf.upfronthosting.co.za>
2008-03-22 02:40:02benjamin.petersonlinkissue2351 messages
2008-03-22 02:40:01benjamin.petersoncreate