[Python-Dev] Re:[Python-checkins] python/dist/src/Pythonmarshal.c,
1.79, 1.80
Irmen de Jong
irmen at xs4all.nl
Mon Dec 20 23:44:31 CET 2004
Raymond Hettinger wrote:
>>>* Fix for off-by-one bug in urllib.URLopener.retrieve
>>> http://www.python.org/sf/810023
>>> (assigned to me)
>>
>>Is http://www.python.org/sf/1062060 perhaps of similar importance?
>>(fix for urllib.urlretrieve silently truncating download)
>
>
> That seems reasonable to me. There is no point in having the error
> pass silently.
Well, I wanted to make the patches that Johannes suggested, but
ran into trouble when building the Python docs from CVS source
(see my other message about this).
Also, I'm not sure how a test-case should be constructed
for this patch? Can the Python regression test download stuff
as part of a test? Or is there some other way to make a
testcase for this.
--Irmen
More information about the Python-Dev
mailing list