requests is built on urllib3, and it includes its own version of urllib3 (to avoid dependency problems). If I'm not mistaken, the stdlib contains urllib and urlib2, but not urllib3. The fact that there 3 "urllib"…
requests is built on urllib3, and it includes its own version of urllib3 (to avoid dependency problems). If I'm not mistaken, the stdlib contains urllib and urlib2, but not urllib3. The fact that there 3 "urllib"…