]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #499513: use readline() instead of readlines(). Removed the
authorMartin v. Löwis <martin@v.loewis.de>
Tue, 20 May 2003 06:19:36 +0000 (06:19 +0000)
committerMartin v. Löwis <martin@v.loewis.de>
Tue, 20 May 2003 06:19:36 +0000 (06:19 +0000)
commit2ca9bbcb58f2a946820e3c0e2f037f2c3f6d2e3f
treea3ec91f2d6b881abc83e608c814ea7d4e5446a2b
parent6c57bb830c4e8cae3726f12cbf16674efff85e7e
Patch #499513: use readline() instead of readlines(). Removed the
unnecessary redirection limit code which is already in FancyURLopener.

Backport of 1.12.
Lib/robotparser.py