don't capture cryptop output

This commit is contained in:
Anthony Scopatz 2018-10-01 20:51:01 -04:00
parent 18ae72950d
commit a6d55d4eee
2 changed files with 15 additions and 0 deletions

14
news/cryptop.rst Normal file
View file

@ -0,0 +1,14 @@
**Added:**
* The ``cryptop`` command will no longer have its output captured
by default.
**Changed:** None
**Deprecated:** None
**Removed:** None
**Fixed:** None
**Security:** None

View file

@ -392,6 +392,7 @@ def default_threadable_predictors():
"clear": predict_false, "clear": predict_false,
"cls": predict_false, "cls": predict_false,
"cmd": predict_shell, "cmd": predict_shell,
"cryptop": predict_false,
"curl": predict_true, "curl": predict_true,
"ex": predict_false, "ex": predict_false,
"emacsclient": predict_false, "emacsclient": predict_false,