• Guido van Rossum's avatar
    Various repairs and nits: · 5e977514
    Guido van Rossum authored
    - Change pending() to use select.select() instead of select.poll(), so
      it'll work on Windows.
    
    - Clarify comment to say that only Exceptions are propagated.
    
    - Change some private variables to public (everything else is public).
    
    - Remove XXX comment about logging at INFO level (we already do that
      now :-).
    5e977514
connection.py 16.1 KB