Skip to content

http.client missing status code constants #277

Open
@inklesspen

Description

@inklesspen

httplib provides status code constants like httplib.OK. http.client in py3 maintains these for backwards compatibility. Because these constants are not included in the __all__, they are not available in future.moves.http.client. This means I can't use the future moves for this library in my project.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions