Vote to Add Python Package "pubsub" to the Python Standard Library

Carl Banks pavlovevidence at gmail.com
Thu Jun 3 20:03:16 EDT 2010


On Jun 3, 8:46 am, Vinay Sajip <vinay_sa... at yahoo.co.uk> wrote:
> On Jun 2, 4:09 am, Carl Banks <pavlovevide... at gmail.com> wrote:
>
> > I think it has a pretty good chance of being accepted, too.  The
> > publish-subscribe pattern, if you will, seems to have been implemented
> > separately in many places.  The logging module in the standard library
> > uses something like this.
>
> Only in a very general sense, if you mean the separation of concerns
> between loggers and handlers. There isn't a general-purpose pub/sub
> infrastructure built into it.

Which is an implementation of publish-subscribe pattern.  I didn't say
or imply it was general purpose.  And it doesn't have to be to make a
case for inclusion of a general-purpose implementation in the standard
library.


Carl Banks



More information about the Python-list mailing list