urllib.request --- URL を開くための大規模なライブラリ
ソースコード: Lib/urllib/request.py The urllib.request module defines functions and classes which help in opening URLs (mostly HTTP) in a complex world --- basic and digest authentication, redirections, ...