##// END OF EJS Templates
Fix regressions notice as per Thomas' comments.
Fernando Perez -
Show More
@@ -322,10 +322,20 b' Regressions'
322 322 ===========
323 323
324 324 There are some features, where the qt console lags behind the Terminal
325 frontend. We hope to have these fixed by 0.11 release.
325 frontend:
326 326
327 327 * !cmd input: Due to our use of pexpect, we cannot pass input to subprocesses
328 launched using the '!' escape. (this will not be fixed).
328 launched using the '!' escape, so you should never call a command that
329 requires interactive input. For such cases, use the terminal IPython. This
330 will not be fixed, as abandoning pexpect would significantly degrade the
331 console experience.
332
333 * Use of ``\b`` and ``\r`` characters in the console: these are control
334 characters that allow the cursor to move backwards on a line, and are used to
335 display things like in-place progress bars in a terminal. We currently do
336 not support this, but it is being tracked as issue 629_.
337
338 .. _629: https://github.com/ipython/ipython/issues/629
329 339
330 340 .. [PyQt] PyQt4 http://www.riverbankcomputing.co.uk/software/pyqt/download
331 341 .. [pygments] Pygments http://pygments.org/
General Comments 0
You need to be logged in to leave comments. Login now