Skip to content

Commit 22632d7

Browse files
minrkianthomas23
authored andcommitted
update control channel message type comment
1 parent 1bc2277 commit 22632d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ipykernel/kernelbase.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,9 @@ def _parent_header(self):
255255
"is_complete_request",
256256
"interrupt_request",
257257
]
258-
# add deprecated ipyparallel control messages
258+
259+
# control channel accepts all shell messages
260+
# and some of its own
259261
control_msg_types = [
260262
*msg_types,
261263
"debug_request",

0 commit comments

Comments
 (0)