Message 68558 - Python tracker
Message68558
| 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:40 | scoder | set | spambayes_score: 0.0831039 -> 0.08310391 recipients: + scoder, georg.brandl |
| 2008-06-22 05:51:39 | scoder | set | spambayes_score: 0.0831039 -> 0.0831039 messageid: <1214113899.38.0.968396659077.issue3171@psf.upfronthosting.co.za> |
| 2008-06-22 05:51:37 | scoder | link | issue3171 messages |
| 2008-06-22 05:51:36 | scoder | create | |