Close #14210: add command argument completion to pdb: complete file names, global/local variables, aliases
diff --git a/Doc/whatsnew/3.3.rst b/Doc/whatsnew/3.3.rst
index bccb40d..26c42b5 100644
--- a/Doc/whatsnew/3.3.rst
+++ b/Doc/whatsnew/3.3.rst
@@ -777,6 +777,14 @@
 .. TODO add examples and howto to the packaging docs and link to them
 
 
+pdb
+---
+
+* Tab-completion is now available not only for command names, but also their
+  arguments.  For example, for the ``break`` command, function and file names
+  are completed.  (Contributed by Georg Brandl in :issue:`14210`)
+
+
 pydoc
 -----