Issue #11666: Teach pydoc to display full help for named tuples
diff --git a/Misc/NEWS b/Misc/NEWS
index 4344e37..4447289 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -43,6 +43,9 @@
 Library
 -------
 
+- Issue #11666: let help() display named tuple attributes and methods
+  that start with a leading underscore.
+
 - Issue #11673: Fix multiprocessing Array and RawArray constructors to accept a
   size of type 'long', rather than only accepting 'int'.