##// END OF EJS Templates
Merge pull request #9510 from Carreau/nightly...
Merge pull request #9510 from Carreau/nightly enable python 3.6 nightly

File last commit:

r22317:68860ee5
r22399:30a7e8ce merge
Show More
incompat-event-triggering.rst
7 lines | 371 B | text/x-rst | RstLexer
/ docs / source / whatsnew / pr / incompat-event-triggering.rst

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.