Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (12 loc) · 493 Bytes

CHANGELOG.md

File metadata and controls

15 lines (12 loc) · 493 Bytes

Changelog

2018.8.26

Added

  • Added UrlParser and Url
  • Added UrlParser.parse_host()
  • Added UrlParser.parse_ipv4_host()
  • Added Url.origin
  • Added Url.authority
  • Added urlparse and urljoin to be compatible with urllib3.parse.urlparse and urllib.parse.urljoin
  • Added support for Python 2.7, 3.4, and 3.5