diff options
author | Berker Peksag <berker.peksag@gmail.com> | 2015-07-27 21:06:31 (GMT) |
---|---|---|
committer | Berker Peksag <berker.peksag@gmail.com> | 2015-07-27 21:06:31 (GMT) |
commit | aaf6114b37df5b86d605e396ac0547e5cac492ae (patch) | |
tree | 513580c79737d68cf26ea85280895c266f421f97 /Misc | |
parent | 0bd5fb0112b26310cc9db8ac92ce6936385be26c (diff) | |
download | cpython-aaf6114b37df5b86d605e396ac0547e5cac492ae.zip cpython-aaf6114b37df5b86d605e396ac0547e5cac492ae.tar.gz cpython-aaf6114b37df5b86d605e396ac0547e5cac492ae.tar.bz2 |
Issue #23441: rcompleter now prints a tab character instead of displaying
possible completions for an empty word.
Initial patch by Martin Sekera.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -66,6 +66,9 @@ Core and Builtins Library ------- +- Issue #23441: rcompleter now prints a tab character instead of displaying + possible completions for an empty word. Initial patch by Martin Sekera. + - Issue #17527: Add PATCH to wsgiref.validator. Patch from Luca Sbardella. - Issue #24683: Fixed crashes in _json functions called with arguments of |