Skip to content

cgi module is deprecated #117

@12458

Description

@12458

See PEP 594. The cgi module is deprecated since version Python 3.11, will be removed in version Python 3.13.

Currently, a DeprecationWarning is emitted due to appengine-python-standard use of the cgi module.

.venv/lib/python3.12/site-packages/google/appengine/runtime/request_environment.py:29: DeprecationWarning: 'cgi' is deprecated and slated for removal in Python 3.13
    import cgi

Specifications

  • Version: appengine-python-standard v1.1.6
  • Platform: Linux 6.6.30-2 x86_64; Python 3.12.2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions