urllib

E431919

urllib is a Python standard library package that provides high-level and low-level interfaces for working with URLs and handling HTTP requests.

All labels observed (2)

Label Occurrences
URLError 1
urllib canonical 1

How this entity was disambiguated

Statements (50)

Predicate Object
instanceOf Python module ⓘ
Python module ⓘ
Python module ⓘ
Python module ⓘ
Python standard library module ⓘ
software library ⓘ
containsSubmodule urllib.error ⓘ
urllib.parse ⓘ
urllib.request ⓘ
urllib.robotparser ⓘ
definesClass HTTPBasicAuthHandler ⓘ
HTTPCookieProcessor ⓘ
HTTPError ⓘ
OpenerDirector ⓘ
Request ⓘ
RobotFileParser ⓘ
URLError ⓘ
linked to: urllib
definesFunction build_opener ⓘ
install_opener ⓘ
quote ⓘ
unquote ⓘ
urlencode ⓘ
urljoin ⓘ
urlopen ⓘ
urlparse ⓘ
urlsplit ⓘ
urlunparse ⓘ
urlunsplit ⓘ
introducedInVersion Python 1.2 ⓘ
license Python Software Foundation License ⓘ
partOf Python standard library ⓘ
urllib ⓘ
programmingLanguage Python ⓘ
providesFunctionality HTTP client functionality ⓘ
HTTP requests ⓘ
URL construction ⓘ
URL handling ⓘ
URL parsing ⓘ
URL quoting and unquoting ⓘ
exception classes for urllib ⓘ
handling cookies via handlers ⓘ
handling redirects ⓘ
opening URLs ⓘ
robots.txt parsing ⓘ
reorganizedFrom Python 2 urllib and urllib2 ⓘ
splitIntoSubmodules Python 3 ⓘ
linked to: Python 3.x
supportsProtocol FTP ⓘ
HTTP ⓘ
HTTPS ⓘ
file URLs ⓘ

How these facts were elicited

Referenced by (2)

Full triples — surface form annotated when it differs from this entity's canonical label.

urllib.error → definesClass → URLError ⓘ
subject linked to: urllib
linked to: urllib