#10465: fix broken delegation in __getattr__ of _PaddedFile.
diff --git a/Misc/NEWS b/Misc/NEWS
index 672d918..530cc6f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -117,6 +117,8 @@
 Library
 -------
 
+- Issue #10465: fix broken delegating of attributes by gzip._PaddedFile.
+
 - Issue #10356: hash(Decimal("sNaN")) now raises ValueError instead of
   TypeError.