##// END OF EJS Templates
DOC: Add information about in-process kernels to What's New.
epatters -
Show More
@@ -12,6 +12,17 b' especially intenting/deindenting blocks that is now bound to Ctrl+] and ctr+['
12 ``_render_traceback_()`` method which returns a list of strings, each
12 ``_render_traceback_()`` method which returns a list of strings, each
13 containing one line of the traceback.
13 containing one line of the traceback.
14
14
15 In-process kernels
16 ------------------
17
18 The Python-language frontends, particularly the Qt console, may now communicate
19 with in-process kernels, in addition to the traditional out-of-process
20 kernels. An in-process kernel permits direct access to the kernel namespace,
21 which is necessary in some applications. It should be understood, however, that
22 the in-process kernel is not robust to bad user input and will block the main
23 (GUI) thread while executing. Developers must decide on a case-by-case basis
24 whether this tradeoff is appropriate for their application.
25
15 Backwards incompatible changes
26 Backwards incompatible changes
16 ------------------------------
27 ------------------------------
17
28
General Comments 0
You need to be logged in to leave comments. Login now