mercurial/helptext/__init__.py
author Joerg Sonnenberger <joerg@bec.de>
Sun, 30 Jun 2024 13:22:23 +0200
changeset 51829 c1ed5ee2ad82
parent 43632 2e017696181f
permissions -rw-r--r--
http: reuse Python's implementation of read/readline/readinto Since Python 3 already provides a working implementation of readline, there is no need for our own buffering implementation. Reduce the code to transfer accounting only.