Open
Description
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.