• Barry Warsaw's avatar
    Remove the direct rebinding of asyncore.loop to this module's loop() · a42b2dd2
    Barry Warsaw authored
    function.  This was a nasty decoy (am I using that term correctly?
    :).
    
    Because we're worried about backward compatibility, for now we'll
    rebind asyncore.loop() to a function that prints a warning and then
    calls loop().  Eventually we'll take this away so you have to call
    ThreadedAsync.loop() explicitly.
    a42b2dd2
LoopCallback.py 5.37 KB