Y
Hacker News
new
|
ask
|
show
|
jobs
by
ratorx
445 days ago
I don’t think it’s just slowness or stability. The original release of requests was in 2011 and the standard library module (urllib.request) was added in Python 3.3 in 2012.
1 comments
masklinn
445 days ago
It’s
way
older than that. It used to live in urllib2, which dates back to
at least
Python 2.1, released in April 2001.
link