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

Are urllib and urllib3 same thing?
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