is asynchat broken or just not intended to work like other dispatchers? [PATCH]
Gabriel Genellina
gagsl-py2 at yahoo.com.ar
Wed Apr 11 15:34:35 EDT 2007
En Wed, 11 Apr 2007 11:29:28 -0300, Martin Maney <maney at two14.net>
escribió:
> Simple asyncore application where I wanted to use an explicit map (1)
> rather than the automagic default. Worked fine until I tried to use
> asynchat to handle an interactive status and control connection (3) and
> found it had no notion about using a non-default map. After convincing
> myself that this must be a simple oversight in asynchat, I applied the
> following patch to a local copy. Of course now I have to carry around
> this hacked-up version of asynchat, which sort of defeats the
> "batteries included" simplicity thing. :-(
This is not a good place for reporting bugs - use
http://sourceforge.net/bugs/?group_id=5470
--
Gabriel Genellina
More information about the Python-list
mailing list