Closes #15499: Sleep is hardcoded in webbrowser.UnixBrowser
diff --git a/Misc/NEWS b/Misc/NEWS
index 0d21d64..b1df727 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -72,6 +72,9 @@
 Library
 -------
 
+- Issue #15499: Launching a webbrowser in Unix used to sleep for a few
+  seconds.  Original patch by Anton Barkovsky.
+  
 - Issue #15463: the faulthandler module truncates strings to 500 characters,
   instead of 100, to be able to display long file paths