[Patches] [Patch #101529] urllib and redirects

noreply@sourceforge.net noreply@sourceforge.net
Fri, 15 Sep 2000 06:32:10 -0700


Patch #101529 has been updated. 

Project: 
Category: library
Status: Open
Summary: urllib and redirects

Follow-Ups:

Date: 2000-Sep-15 06:28
By: htrd

Comment:
httplib is sometimes closing its file earlier than before. This confuses urllib, which expects to have to close the file itself.

This patch fixes the behaviour in urllib, although I am not sure that the real bug isnt the change in httplib.

-------------------------------------------------------

Date: 2000-Sep-15 06:32
By: jhylton

Comment:
Ah, serendipity.  I'm debugging the same problem right now!

-------------------------------------------------------

-------------------------------------------------------
For more info, visit:

http://sourceforge.net/patch/?func=detailpatch&patch_id=101529&group_id=5470