This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author python-dev
Recipients Justin Mayfield, asvetlov, gvanrossum, python-dev, thehesiod, vstinner, yselivanov
Date 2015-11-19.21:34:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <20151119213444.105911.34793@psf.io>
In-reply-to
Content
New changeset 9b3144716d17 by Guido van Rossum in branch '3.4':
Issue #25593: Change semantics of EventLoop.stop().
https://hg.python.org/cpython/rev/9b3144716d17

New changeset 158cc5701488 by Guido van Rossum in branch '3.5':
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.4->3.5)
https://hg.python.org/cpython/rev/158cc5701488

New changeset 2ebe03a94f8f by Guido van Rossum in branch 'default':
Issue #25593: Change semantics of EventLoop.stop(). (Merge 3.5->3.6)
https://hg.python.org/cpython/rev/2ebe03a94f8f
History
Date User Action Args
2015-11-19 21:34:48python-devsetrecipients: + python-dev, gvanrossum, vstinner, asvetlov, yselivanov, thehesiod, Justin Mayfield
2015-11-19 21:34:47python-devlinkissue25593 messages
2015-11-19 21:34:47python-devcreate