summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2001-07-28 14:44:03 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2001-07-28 14:44:03 (GMT)
commit66b6e192b9d0437029f8fd7aa9f381bb4e9ed248 (patch)
tree7053a7f14579f5bc42d32bd183986c3f0781dc44 /Misc
parent9544fc5027169a8dce9516435d2b127e83680aa8 (diff)
downloadcpython-66b6e192b9d0437029f8fd7aa9f381bb4e9ed248.zip
cpython-66b6e192b9d0437029f8fd7aa9f381bb4e9ed248.tar.gz
cpython-66b6e192b9d0437029f8fd7aa9f381bb4e9ed248.tar.bz2
Patch #416224: add readline completion to cmd.Cmd.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 643564e..290d637 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -14,6 +14,8 @@ Library
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