Patch #416224: add readline completion to cmd.Cmd.
diff --git a/Misc/NEWS b/Misc/NEWS
index 643564e..290d637 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,8 @@
   value using the minimal quoting required for the value; more
   reliable than using xml.sax.saxutils.escape() for attribute values.
 
+- Readline completion support for cmd.Cmd was added.
+
 New platforms
 
 C API