#4108: the first default entry (User-agent: *) wins.
diff --git a/Misc/NEWS b/Misc/NEWS
index 26a5599..a4d301f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -475,6 +475,9 @@
 Library
 -------
 
+- Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
+  entries, consider the first one.
+
 - Issue #6630: Allow customizing regex flags when subclassing the
   string.Template class.