commit | 66b6e192b9d0437029f8fd7aa9f381bb4e9ed248 | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sat Jul 28 14:44:03 2001 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sat Jul 28 14:44:03 2001 +0000 |
tree | 7053a7f14579f5bc42d32bd183986c3f0781dc44 | |
parent | 9544fc5027169a8dce9516435d2b127e83680aa8 [diff] [blame] |
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