• Victor Stinner's avatar
    asyncio: sync with github · ae2408cf
    Victor Stinner authored
    * Fix ResourceWarning warnings in test_streams
    * Return True from StreamReader.eof_received() to fix
      http://bugs.python.org/issue24539 (but still needs a unittest).
      Add StreamReader.__repr__() for easy debugging.
    * remove unused imports
    * Issue #234: Drop JoinableQueue on Python 3.5+
    ae2408cf
transports.py 9.5 KB