##// END OF EJS Templates
Remove deprecated observer for 5.0 as warning says.
Remove deprecated observer for 5.0 as warning says.

File last commit:

r22317:68860ee5
r22400:65bad830
Show More
incompat-event-triggering.rst
7 lines | 371 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-event-triggering.rst
Craig Citro
Make event triggering robust to (un)registration....
r22317 Update IPython event triggering to ensure callback registration and
unregistration only affects the set of callbacks the *next* time that event is
triggered. See :ghissue:`9447` and :ghpull:`9453`.
This is a change to the existing semantics, wherein one callback registering a
second callback when triggered for an event would previously be invoked for
that same event.