[Python-checkins] peps: Add EventEmitter suggestion (Mark Nottingham).

guido.van.rossum python-checkins at python.org
Thu Dec 20 22:46:41 CET 2012


http://hg.python.org/peps/rev/a392d4f5b38f
changeset:   4625:a392d4f5b38f
user:        Guido van Rossum <guido at google.com>
date:        Thu Dec 20 13:46:36 2012 -0800
summary:
  Add EventEmitter suggestion (Mark Nottingham).

files:
  pep-3156.txt |  6 ++++++
  1 files changed, 6 insertions(+), 0 deletions(-)


diff --git a/pep-3156.txt b/pep-3156.txt
--- a/pep-3156.txt
+++ b/pep-3156.txt
@@ -893,6 +893,12 @@
 
 - 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
 ===============

-- 
Repository URL: http://hg.python.org/peps


More information about the Python-checkins mailing list