Skip to content

Commit 6299acb

Browse files
committed
update control channel message type comment
1 parent 93fabd2 commit 6299acb

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
@@ -214,7 +214,9 @@ def _parent_header(self):
214214
"is_complete_request",
215215
"interrupt_request",
216216
]
217-
# add deprecated ipyparallel control messages
217+
218+
# control channel accepts all shell messages
219+
# and some of its own
218220
control_msg_types = [
219221
*msg_types,
220222
"debug_request",

0 commit comments

Comments
 (0)