[Patches] [Patch #100880] urllib.py patch

noreply@sourceforge.net noreply@sourceforge.net
Tue, 15 Aug 2000 10:37:53 -0700


Patch #100880 has been updated. 

Project: 
Category: None
Status: Open
Summary: urllib.py patch

Follow-Ups:

Date: 2000-Jul-13 12:20
By: akuchling

Comment:
Patch from Paul Schreiber <paul@commerceflow.com>:

Patch description
-----------------
This addresses four issues:

(1) usernames and passwords in urls with special characters are now
decoded properly. i.e. http://foo%2C:bar@www.whatever.com/

(2) Basic Auth support has been added to HTTPS, like it was in HTTP.

(3) Version 1.92 sent the POSTed data, but did not deal with errors
(HTTP responses other than 200) properly. HTTPS now behaves the same way
HTTP does.

(4) made URL-checking beahve the same way with HTTPS as it does with
HTTP (changed == to !=).
   
-------------------------------------------------------

Date: 2000-Aug-15 10:37
By: tim_one

Comment:
Reassigned to Fred because Jeremy's gone and it's another urllib thingie that's been sitting here over a month.  Please review or pass it on.
-------------------------------------------------------

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

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