1.9.11
github-actions
released this
05 Sep 03:42
·
309 commits
to master
since this release
Bug fixes
-
Fixed a :exc:
TypeError
withMultiDictProxy
and Python 3.8 -- by :user:bdraco
.Related issues and pull requests on GitHub:
#1084, #1105, #1107.
Miscellaneous internal changes
-
Improved performance of encoding hosts -- by :user:
bdraco
.Previously, the library would unconditionally try to parse a host as an IP Address. The library now avoids trying to parse a host as an IP Address if the string is not in one of the formats described in :rfc:
3986#section-3.2.2
.Related issues and pull requests on GitHub:
#1104.