Y
Hacker News
new
|
ask
|
show
|
jobs
by
hannob
2654 days ago
it probably does. Requests is built on top of urllib3 and the bug report mentions that urllib3 is affected as well.
1 comments
fireattack
2654 days ago
Are urllib and urllib3 same thing?
link
jwandborg
2653 days ago
No, urllib is a standard library module in python 3. urllib3 is a 3rd-party package. See also
https://news.ycombinator.com/item?id=19423367
link