[issue13713] Regression for http.client read()

Ross Lagerwall report at bugs.python.org
Wed Jan 4 17:38:40 CET 2012


New submission from Ross Lagerwall <rosslagerwall at gmail.com>:

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 shouldn't be).

The change which introduced the problem was:
changeset:   73875:806cfe39f729
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Dec 06 22:33:57 2011 +0100
summary:     Issue #13464: Add a readinto() method to http.client.HTTPResponse.

----------
components: Library (Lib)
files: test.py
messages: 150615
nosy: orsenthil, pitrou, rosslagerwall
priority: normal
severity: normal
stage: needs patch
status: open
title: Regression for http.client read()
type: behavior
versions: Python 3.3
Added file: http://bugs.python.org/file24138/test.py

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13713>
_______________________________________


More information about the Python-bugs-list mailing list