File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 1
- ## 0.7.7 (TBD )
1
+ ## 0.7.7 (August 25, 2017 )
2
2
3
3
* Bug Fixes
4
4
* Added workaround for bug which occurs in Python 2.7 on Linux when `` pygtk `` is installed
5
5
* `` pfeedback() `` now honors feedback_to_output setting and won't redirect when it is `` False ``
6
6
* For `` edit `` command, both ** editor** and ** filename** can now have spaces in the name/path
7
+ * Fixed a bug which occurred when stdin was a pipe instead of a tty due to input redirection
7
8
* Enhancements
8
9
* `` feedback_to_output `` now defaults to `` False `` so info like command timing won't redirect
9
10
* Transcript regular expressions now have predictable, tested, and documented behavior
10
11
* This makes a breaking change to the format and expectations of transcript testing
11
12
* The prior behavior removed whitespace before making the comparison, now whitespace must match exactly
12
13
* Prior version did not allow regexes with whitespace, new version allows any regex
14
+ * Improved display for `` load `` command and input redirection when ** echo** is `` True ``
13
15
14
16
## 0.7.6 (August 11, 2017)
15
17
You can’t perform that action at this time.
0 commit comments