We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7952ef1 commit 9946115Copy full SHA for 9946115
CHANGELOG.md
@@ -1,7 +1,7 @@
1
## 0.9.7 (TBD, 2018)
2
* Bug Fixes
3
* Fixed bug when user chooses a zero or negative index when calling ``Cmd.select()``
4
- * Restored default behavior of setting cmd_echo to False before running a py script
+ * Restored behavior where ``cmd_echo`` always starts as False in a py script. This was broken in 0.9.5.
5
* Enhancements
6
* **cmdloop** now only attempts to register a custom signal handler for SIGINT if running in the main thread
7
* commands run as a result of ``default_to_shell`` being **True** now run via ``do_shell()`` and are saved
0 commit comments