[issue13713] Regression for http.client read()

2012-01-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: Ok, committed! (Jon, don't worry, such things happen :-)) -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue13713] Regression for http.client read()

2012-01-04 Thread Roundup Robot
Roundup Robot added the comment: New changeset 4b21f651 by Antoine Pitrou in branch 'default': Issue #13713: fix a regression in HTTP chunked reading after 806cfe39f729 http://hg.python.org/cpython/rev/4b21f651 -- nosy: +python-dev ___ Python

[issue13713] Regression for http.client read()

2012-01-04 Thread Ross Lagerwall
Ross Lagerwall added the comment: The patch looks right and seems to fix the issue. Thanks :-) -- ___ Python tracker ___ ___ Python-b

[issue13713] Regression for http.client read()

2012-01-04 Thread Antoine Pitrou
Antoine Pitrou added the comment: The fix is quite trivial. Here is a patch + tests. -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file24140/readinto_chunked.patch ___ Python tracker

[issue13713] Regression for http.client read()

2012-01-04 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +Jon.Kuhn priority: normal -> critical ___ Python tracker ___ ___ Python-bugs-list mailing list U

[issue13713] Regression for http.client read()

2012-01-04 Thread Ross Lagerwall
New submission from Ross Lagerwall : 806cfe39f729 introduced a regression for http.client read(len). To see this: $ ./python test.py $ wget http://archives.fedoraproject.org/pub/archive/fedora/linux/core/1/SRPMS/ $ diff index.html index2.html This is a difference in the files (which there shoul