* Fixed parsing of port 0 (zero) returning None, instead of 0.

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-urllib3?expand=0&rev=145
This commit is contained in:
Dirk Mueller 2023-01-21 10:00:32 +00:00 committed by Git OBS Bridge
parent f7d824c3ef
commit ead6100977

View File

@ -2,8 +2,7 @@
Sat Jan 21 09:59:43 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 1.26.14:
* Fixed parsing of port 0 (zero) returning None, instead of 0. (`#2850
<https://github.com/urllib3/urllib3/issues/2850>`__)
* Fixed parsing of port 0 (zero) returning None, instead of 0.
* Removed deprecated getheaders() calls in contrib module.
-------------------------------------------------------------------