diff options
author | Martin v. Löwis <martin@v.loewis.de> | 2001-07-28 14:44:03 (GMT) |
---|---|---|
committer | Martin v. Löwis <martin@v.loewis.de> | 2001-07-28 14:44:03 (GMT) |
commit | 66b6e192b9d0437029f8fd7aa9f381bb4e9ed248 (patch) | |
tree | 7053a7f14579f5bc42d32bd183986c3f0781dc44 /Misc | |
parent | 9544fc5027169a8dce9516435d2b127e83680aa8 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |