Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
now sport attributes that provide access to the parts of the result.
diff --git a/Misc/NEWS b/Misc/NEWS
index f96d5ec..4bd4283 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -489,6 +489,9 @@
 Library
 -------
 
+- Patch #624325: urlparse.urlparse() and urlparse.urlsplit() results
+  now sport attributes that provide access to the parts of the result.
+
 - Patch #1462498: sgmllib now handles entity and character references
   in attribute values.