From 4955356a52b6418f1297104bc14f32a3f0c8c81c Mon Sep 17 00:00:00 2001 From: Frerich Raabe Date: Fri, 24 Jan 2020 22:19:04 +0100 Subject: [PATCH] Document recent fix for decompose_uri in release notes --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 772886070f..208fb89d5b 100644 --- a/NEWS +++ b/NEWS @@ -67,6 +67,11 @@ Changed Functionality previously used. Output from the formatters remains nearly identical. +- The ``decompose_uri`` function no longer raises an error when parsing + URIs with an empty port number (e.g. ``http://example.org:/``). Instead, + the ``portnum`` component of the returned ``URI`` value is left + uninitialized. + Removed Functionality ---------------------