]> granicus.if.org Git - python/commit
OK, one more hack: speed up the case of readline() in unbuffered mode.
authorGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 17:34:19 +0000 (17:34 +0000)
committerGuido van Rossum <guido@python.org>
Thu, 8 Aug 2002 17:34:19 +0000 (17:34 +0000)
commit48b7969af8aa537c306eeec8d22235f360c229ed
tree3b2fe748d2f7c4d4d826c91259be9d9907d78080
parentfb3deec2fc81a4bf7e16ddbaa8271005524ab1b0
OK, one more hack: speed up the case of readline() in unbuffered mode.
This is important IMO because httplib reads the headers this way.
Lib/socket.py