-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Closed
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.
Description
For the time being google-api-python-client has conditional imports of the standard library ssl module because some of google-api-python-client's supported environments don't make the ssl module available.
As soon as the last supported environment guarantees the presence of the ssl module, google-api-python-client should drop all its guards and just unconditionally import the ssl module everywhere that it chooses to use the ssl module.
Metadata
Metadata
Assignees
Labels
🚨This issue needs some love.This issue needs some love.triage meI really want to be triaged.I really want to be triaged.