Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e91943..4fa216d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -122,6 +122,8 @@
 Library
 -------
 
+- Issue #5148: Ignore 'U' in mode given to gzip.open() and gzip.GzipFile().
+
 - Issue #16220: wsgiref now always calls close() on an iterable response.
   Patch by Brent Tubbs.