Message317275
| Author | vstinner |
|---|---|
| Recipients | docs@python, vstinner |
| Date | 2018-05-22.13:05:21 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1526994321.44.0.682650639539.issue33600@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
The platform.linux_distribution() function has been removed from the future Python 3.8. The removal should be documented in Python 2.7 documentation, and mention the alternative. Python 2 documenation: https://docs.python.org/2/library/platform.html#platform.linux_distribution Python 3 documentation with the deprecation warning: https://docs.python.org/3/library/platform.html#platform.linux_distribution IMHO it's too late to deprecate the function from Python 2. We should only add a quick note. Function removed in: bpo-28167. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-05-22 13:05:21 | vstinner | set | recipients: + vstinner, docs@python |
| 2018-05-22 13:05:21 | vstinner | set | messageid: <1526994321.44.0.682650639539.issue33600@psf.upfronthosting.co.za> |
| 2018-05-22 13:05:21 | vstinner | link | issue33600 messages |
| 2018-05-22 13:05:21 | vstinner | create | |