diff options
author | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-24 22:15:22 -0500 |
---|---|---|
committer | Kevin Van Brunt <kmvanbrunt@gmail.com> | 2019-11-24 22:15:22 -0500 |
commit | efa75484c35dc765df425043fb4d2c2672c9c26e (patch) | |
tree | 223dbc37afdec4a70f71fa54df6a312aed88305a /CHANGELOG.md | |
parent | aeb517d7249b6f17cbb0d09a1a22f2d689be1d57 (diff) | |
download | cmd2-git-efa75484c35dc765df425043fb4d2c2672c9c26e.tar.gz |
Added exception handling to account for non-standard Python environments in which readline is not loaded dynamically from a shared library file
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 780c9ad5..b0e4dac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ ## 0.9.21 (TBD, 2019) * Bug Fixes * Fixed bug where pipe processes were not being stopped by Ctrl-C + * Added exception handling to account for non-standard Python environments in which readline is not loaded + dynamically from a shared library file + * Enhancements * Added `read_input()` function that is used to read from stdin. Unlike the Python built-in `input()`, it also has an argument to disable tab completion while input is being entered. |