Skip to content

Remove deprecated cgi.log #101850

Closed as not planned
Closed as not planned
@hugovk

Description

@hugovk

Remove cgi.log, deprecated in 3.10 and slated for removal in 3.12:

Use logging instead.


Searching the top 5k PyPI projects (downloaded 2022-11-06), the only result is the pylint deprecation checker:

$ python ~/github/misc/cpython/search_pypi_top.py . "cgi\.log" -q
./pylint-2.15.5.tar.gz: pylint-2.15.5/pylint/checkers/stdlib.py: "cgi.log",

Time: 0:00:16.167385
Found 1 matching lines in 1 projects
$ python ~/github/misc/cpython/search_pypi_top.py . "from cgi import.*log" -q

Time: 0:00:15.740342
Found 0 matching lines in 0 projects

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    stdlibPython modules in the Lib dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions