Skip to content

cgi module removal #1352

@decaz

Description

@decaz

DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13

cgi is used here:

def get_media_type(value):
"""Parse a HTTP content-type header and return the media-type"""
main_value, parameters = cgi.parse_header(value)
return main_value.lower()

As a replacement of parse_header function PEP 594 suggests to use email.message.Message.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions