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

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Gabriel Genellina

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

    En Wed, 22 Oct 2008 00:29:04 -0200, davy zhang <davyzhang@gmai l.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


    --
    Gabriel Genellina

Working...