Y
Hacker News
new
|
ask
|
show
|
jobs
by
fireattack
2653 days ago
Are urllib and urllib3 same thing?
1 comments
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