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

Remove deprecated features from http.cookies #73378

Closed
serhiy-storchaka opened this issue Jan 7, 2017 · 2 comments
Closed

Remove deprecated features from http.cookies #73378

serhiy-storchaka opened this issue Jan 7, 2017 · 2 comments
Assignees
Labels
3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement

Comments

@serhiy-storchaka
Copy link
Member

BPO 29192
Nosy @serhiy-storchaka, @demianbrecht
PRs
  • [Do Not Merge] Convert Misc/NEWS so that it is managed by towncrier #552
  • Files
  • cookies_finish_deprecation.patch
  • 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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2017-01-13.07:23:58.893>
    created_at = <Date 2017-01-07.11:12:07.104>
    labels = ['3.7', 'type-feature', 'library']
    title = 'Remove deprecated features from http.cookies'
    updated_at = <Date 2017-03-31.16:36:07.788>
    user = 'https://github.com/serhiy-storchaka'

    bugs.python.org fields:

    activity = <Date 2017-03-31.16:36:07.788>
    actor = 'dstufft'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2017-01-13.07:23:58.893>
    closer = 'serhiy.storchaka'
    components = ['Library (Lib)']
    creation = <Date 2017-01-07.11:12:07.104>
    creator = 'serhiy.storchaka'
    dependencies = []
    files = ['46188']
    hgrepos = []
    issue_num = 29192
    keywords = ['patch']
    message_count = 2.0
    messages = ['284905', '285364']
    nosy_count = 3.0
    nosy_names = ['python-dev', 'serhiy.storchaka', 'demian.brecht']
    pr_nums = ['552']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue29192'
    versions = ['Python 3.7']

    @serhiy-storchaka
    Copy link
    Member Author

    Some behavior of http.cookies was deprecated in 3.5. Following patch finishes the deprecation period and removes the code for handling deprecated features. Former warnings become errors.

    @serhiy-storchaka serhiy-storchaka added 3.7 (EOL) end of life stdlib Python modules in the Lib dir type-feature A feature request or enhancement labels Jan 7, 2017
    @serhiy-storchaka serhiy-storchaka self-assigned this Jan 13, 2017
    @python-dev
    Copy link
    Mannequin

    python-dev mannequin commented Jan 13, 2017

    New changeset 7bd9ec6e5da4 by Serhiy Storchaka in branch 'default':
    Issue bpo-29192: Removed deprecated features in the http.cookies module.
    https://hg.python.org/cpython/rev/7bd9ec6e5da4

    @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
    3.7 (EOL) end of life 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