Message342362
| Author | zzzeek |
|---|---|
| Recipients | brett.cannon, hroncok, lukasz.langa, ncoghlan, pablogsal, serhiy.storchaka, steve.dower, vstinner, zzzeek |
| Date | 2019-05-13.17:07:43 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1557767264.13.0.933755749463.issue36751@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
if a function continues to work correctly throughout the span of a Python X version, why does it need to be removed? I have a foggy memory but I don't seem to recall functions that were technically redundant being aggressively deprecated in the 2.x series. This warning is causing a lot of downstream pain right now and this is after we already all had to deal with getargspec() going away. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-05-13 17:07:44 | zzzeek | set | recipients: + zzzeek, brett.cannon, ncoghlan, vstinner, lukasz.langa, serhiy.storchaka, steve.dower, hroncok, pablogsal |
| 2019-05-13 17:07:44 | zzzeek | set | messageid: <1557767264.13.0.933755749463.issue36751@roundup.psfhosted.org> |
| 2019-05-13 17:07:44 | zzzeek | link | issue36751 messages |
| 2019-05-13 17:07:43 | zzzeek | create | |