Could anyone give a working example using asynchat in Python3.0?

Gabriel Genellina gagsl-py2 at yahoo.com.ar
Wed Oct 22 02:46:37 EDT 2008


En Wed, 22 Oct 2008 00:29:04 -0200, davy zhang <davyzhang at gmail.com>  
escribió:

> I tried to use them but the terminator option seems no effect
>
> I search the google but all the code is Python2.x format, I modified
> them but I get no luck.....

The original package by Sam Rushing (available at  
http://www.nightmare.com/software.html) comes with some examples. I think  
they should work fine (just routinely convert the syntax to 3.0, perhaps  
using 2to3)
There are a few other examples at Fredrik Lundh's site  
http://effbot.org/zone/

-- 
Gabriel Genellina




More information about the Python-list mailing list