Issue 26041: Update deprecation messages of platform.dist() and platform.linux_distribution() (original) (raw)

Issue26041

Created on 2016-01-07 17:18 by berker.peksag, last changed 2022-04-11 14:58 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
issue26041.diff Kumaripaba Miyurusara Athukorala,2016-01-09 10:42 review
issue26041.diff Kumaripaba Miyurusara Athukorala,2016-01-09 13:03 review
Messages (5)
msg257704 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-01-07 17:18
We need to remove "and will be removed in Python 3.7" from deprecation messages of platform.dist() and platform.linux_distribution() and update the relevant whatsnew entry in Doc/whatsnew/3.5.rst. See in issue 1322 for details.
msg257817 - (view) Author: Kumaripaba Miyurusara Athukorala (Kumaripaba Miyurusara Athukorala) * Date: 2016-01-09 10:42
Attached the patch that fixed the . Changed the deprecation message.
msg257825 - (view) Author: Kumaripaba Miyurusara Athukorala (Kumaripaba Miyurusara Athukorala) * Date: 2016-01-09 13:03
Fixed the remaining errors.
msg264085 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2016-04-24 00:32
New changeset 8f7b317124d6 by Berker Peksag in branch '3.5': Issue #26041: Remove "will be removed in Python 3.7" from description messages https://hg.python.org/cpython/rev/8f7b317124d6 New changeset 5d9f961edc30 by Berker Peksag in branch 'default': Issue #26041: Remove "will be removed in Python 3.7" from description messages https://hg.python.org/cpython/rev/5d9f961edc30
msg264086 - (view) Author: Berker Peksag (berker.peksag) * (Python committer) Date: 2016-04-24 00:33
Thanks!
History
Date User Action Args
2022-04-11 14:58:25 admin set github: 70229
2016-04-24 00:33:04 berker.peksag set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2016-04-24 00:32:38 python-dev set nosy: + python-devmessages: +
2016-04-22 00:34:02 luiz.poleto set nosy: + luiz.poleto
2016-01-11 21:37:41 ezio.melotti set stage: needs patch -> patch review
2016-01-09 13:03:03 Kumaripaba Miyurusara Athukorala set files: + issue26041.diffmessages: +
2016-01-09 10:42:39 Kumaripaba Miyurusara Athukorala set files: + issue26041.diffnosy: + Kumaripaba Miyurusara Athukoralamessages: + keywords: + patch
2016-01-08 17:30:49 ezio.melotti set nosy: + ezio.melotti
2016-01-07 17🔞20 berker.peksag create