Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases
diff --git a/Misc/NEWS b/Misc/NEWS
index 91acc45..29e8899 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -37,6 +37,9 @@
data or close method) for the Python implementation as well.
Drop the no-op TreeBuilder().xml() method from the C implementation.
+- Issue #14210: pdb now has tab-completion not only for command names, but
+ also for their arguments, wherever possible.
+
Extension Modules
-----------------