Bug #1681228: the webbrowser module now correctly uses the default
GNOME or KDE browser, depending on whether there is a session of one
of those present. Also, it tries the Windows default browser before
trying Mozilla variants.
 (backport)
diff --git a/Misc/NEWS b/Misc/NEWS
index b539218..dd89d31 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -179,6 +179,11 @@
 Library
 -------
 
+- Bug #1681228: the webbrowser module now correctly uses the default
+  GNOME or KDE browser, depending on whether there is a session of one
+  of those present. Also, it tries the Windows default browser before
+  trying Mozilla variants.
+
 - Patch #1681153: the wave module now closes a file object it opened if
   initialization failed.