Message 281659 - Python tracker
Message281659
| Author | vstinner |
|---|---|
| Recipients | larry, mdk, rhettinger, vstinner |
| Date | 2016-11-24.21:48:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1480024136.71.0.604341549292.issue28792@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Oh, bisect() was renamed to bisect_right() and insort() renamed to insort_right() in the changeset 67b3ac439f64 of Python 2.1. The aliases created for "backward compatibility" are for compatibility with... Python 2.0 :-) The aliases were never deprecated. Maybe we can also remove/rephrase the "backward compatibility" comment. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-11-24 21:48:56 | vstinner | set | recipients: + vstinner, rhettinger, larry, mdk |
| 2016-11-24 21:48:56 | vstinner | set | messageid: <1480024136.71.0.604341549292.issue28792@psf.upfronthosting.co.za> |
| 2016-11-24 21:48:56 | vstinner | link | issue28792 messages |
| 2016-11-24 21:48:56 | vstinner | create | |