Skip to content

Commit 421a2f6

Browse files
authored
Merge pull request #167 from takluyver/doc-stdin-generalise2
Remove another Python specific bit about raw_input
2 parents 96ec04d + 31bc1dc commit 421a2f6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/messaging.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,9 @@ Message type: ``execute_request``::
294294
'user_expressions' : dict,
295295

296296
# Some frontends do not support stdin requests.
297-
# If raw_input is called from code executed from such a frontend,
298-
# a StdinNotImplementedError will be raised.
297+
# If this is true, code running in the kernel can prompt the user for input
298+
# with an input_request message (see below). If it is false, the kernel
299+
# should not send these messages.
299300
'allow_stdin' : True,
300301

301302
# A boolean flag, which, if True, does not abort the execution queue, if an exception is encountered.

0 commit comments

Comments
 (0)