Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update deprecation messages of platform.dist() and platform.linux_distribution() #70229

Closed
berkerpeksag opened this issue Jan 7, 2016 · 5 comments
Labels
easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@berkerpeksag
Copy link
Member

BPO 26041
Nosy @ezio-melotti, @berkerpeksag, @poleto
Files
  • issue26041.diff
  • issue26041.diff
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2016-04-24.00:33:04.070>
    created_at = <Date 2016-01-07.17:18:20.006>
    labels = ['easy', 'type-feature', 'library']
    title = 'Update deprecation messages of platform.dist() and platform.linux_distribution()'
    updated_at = <Date 2016-04-24.00:33:04.069>
    user = 'https://github.com/berkerpeksag'

    bugs.python.org fields:

    activity = <Date 2016-04-24.00:33:04.069>
    actor = 'berker.peksag'
    assignee = 'none'
    closed = True
    closed_date = <Date 2016-04-24.00:33:04.070>
    closer = 'berker.peksag'
    components = ['Library (Lib)']
    creation = <Date 2016-01-07.17:18:20.006>
    creator = 'berker.peksag'
    dependencies = []
    files = ['41546', '41551']
    hgrepos = []
    issue_num = 26041
    keywords = ['patch', 'easy']
    message_count = 5.0
    messages = ['257704', '257817', '257825', '264085', '264086']
    nosy_count = 5.0
    nosy_names = ['ezio.melotti', 'python-dev', 'berker.peksag', 'luiz.poleto', 'Kumaripaba Miyurusara Athukorala']
    pr_nums = []
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue26041'
    versions = ['Python 3.5', 'Python 3.6']

    @berkerpeksag
    Copy link
    Member Author

    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 msg256111 in bpo-1322 for details.

    @berkerpeksag berkerpeksag added stdlib Python modules in the Lib dir easy type-feature A feature request or enhancement labels Jan 7, 2016
    @KumaripabaMiyurusaraAthukorala
    Copy link
    Mannequin

    Attached the patch that fixed the bpo-26041. Changed the deprecation message.

    @KumaripabaMiyurusaraAthukorala
    Copy link
    Mannequin

    Fixed the remaining errors.

    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Apr 24, 2016

    New changeset 8f7b317124d6 by Berker Peksag in branch '3.5':
    Issue bpo-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 bpo-26041: Remove "will be removed in Python 3.7" from description messages
    https://hg.python.org/cpython/rev/5d9f961edc30

    @berkerpeksag
    Copy link
    Member Author

    Thanks!

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    easy stdlib Python modules in the Lib dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    1 participant