commit | 39aef79821d9ad8d428b14b59190bd0ca0c550d9 | [log] [tgz] |
---|---|---|
author | Hye-Shik Chang <hyeshik@gmail.com> | Sat Jun 05 13:30:56 2004 +0000 |
committer | Hye-Shik Chang <hyeshik@gmail.com> | Sat Jun 05 13:30:56 2004 +0000 |
tree | 5421d50fc7b9fb7e4e30d44d61d37a2954ed891f | |
parent | 5962f457b48997dbfb8bcb0769b57cd3fab96148 [diff] [blame] |
Fix a bug that robotparser starves memory when the server responses in HTTP/0.9 due to dissonance of httplib.LineAndFileWrapper and urllib.addbase.
diff --git a/Misc/NEWS b/Misc/NEWS index 9f7842e..7584d45 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -322,6 +322,8 @@ Library ------- +- urllib.urlopen().readline() now handles HTTP/0.9 correctly. + - refactored site.py into functions. Also wrote regression tests for the module.