• Victor Stinner's avatar
    asyncio: sync with github · eaf16abc
    Victor Stinner yazdı
    * 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+
    eaf16abc
subprocess.py 7.01 KB