Add EventEmitter suggestion (Mark Nottingham).

This commit is contained in:
Guido van Rossum 2012-12-20 13:46:36 -08:00
parent 00c86dc74e
commit 7821b363da
1 changed files with 6 additions and 0 deletions

View File

@ -893,6 +893,12 @@ Open Issues
- Task or callback priorities? (I hope not.)
- An EventEmitter in the style of NodeJS? Or make this a separate
PEP? It's easy enough to do in user space, though it may benefit
from standardization. (See
https://github.com/mnot/thor/blob/master/thor/events.py and
https://github.com/mnot/thor/blob/master/doc/events.md for examples.)
Acknowledgments
===============