type.__abstractmethods__ should raise an AttributeError #10006
diff --git a/Misc/NEWS b/Misc/NEWS
index 3aa6a6d..1d943b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,8 @@
 Core and Builtins
 -----------------
 
+- Issue #10006: type.__abstractmethods__ now raises an AttributeError.
+
 - Issue #10003: Allow handling of SIGBREAK on Windows. Fixes a regression
   introduced by issue #9324.