Skip to content

Visibility of wsgiref.util.is_hop_by_hop #111768

Closed
@stefan6419846

Description

@stefan6419846

Documentation

wsgiref.util.is_hop_by_hop is available inside the official documentation (https://docs.python.org/3/library/wsgiref.html#wsgiref.util.is_hop_by_hop), but

__all__ = [
'FileWrapper', 'guess_scheme', 'application_uri', 'request_uri',
'shift_path_info', 'setup_testing_defaults',
]
does not expose the method. This leads to IDE warnings when actually using it.

Is this method intended for public usage and just missing from __all__ - or should this be considered an internal method instead?

Linked PRs

Metadata

Metadata

Assignees

No one assigned

    Labels

    docsDocumentation in the Doc dir

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions