diff options
author | Fred Drake <fdrake@acm.org> | 2000-08-21 21:42:42 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-08-21 21:42:42 (GMT) |
commit | 567ca8e732a75682adfdca08daaf2afa59582ad9 (patch) | |
tree | e86dea26392b18e6e13d08e5f2a9aafd06e4edca /Modules/fmmodule.c | |
parent | 908768858174326cad3b3efaf785075fb440f73f (diff) | |
download | cpython-567ca8e732a75682adfdca08daaf2afa59582ad9.zip cpython-567ca8e732a75682adfdca08daaf2afa59582ad9.tar.gz cpython-567ca8e732a75682adfdca08daaf2afa59582ad9.tar.bz2 |
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 !=).
Diffstat (limited to 'Modules/fmmodule.c')
0 files changed, 0 insertions, 0 deletions