Twine: Consider using urllib3 instead of requests

Created on 27 May 2017  路  3Comments  路  Source: pypa/twine

See also kennethreitz/requests#4069

enhancement

All 3 comments

@pypa/twine-maintainers Is this something we're likely to change?

There's little we get from Requests as a CLI tool except overhead. We'd likely do better with urllib3 but might need different supports which I already half-wrote at one point. Regardless, Requests is barely stable these days and urllib3 has a far better track record of addressing reported security vulnerabilities.

Let's do this.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

jaraco picture jaraco  路  7Comments

myw picture myw  路  3Comments

gaborbernat picture gaborbernat  路  6Comments

shivam-kotwalia picture shivam-kotwalia  路  4Comments

brainwane picture brainwane  路  6Comments