diff options
author | Guido van Rossum <guido@python.org> | 2001-12-08 17:09:07 +0000 |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 2001-12-08 17:09:07 +0000 |
commit | b931bf3c55613a58cf403f7e7b04a5c69cfd0763 (patch) | |
tree | b48fd887329194e5042e5ded3927c58083af593b /Modules/parsermodule.c | |
parent | 1f1e7270cf022fd822b47247bc6a0dfd7bda8870 (diff) | |
download | cpython-git-b931bf3c55613a58cf403f7e7b04a5c69cfd0763.tar.gz |
SF patch #490515 (Joe A) urllib.open_https() protocol issue
open_http():
In urllib.py library module, URLopener.open_https()
returns a class instance of addinfourl() with its
self.url property missing the protocol.
Instead of "https://www.someurl.com", it becomes
"://www.someurl.com".
Diffstat (limited to 'Modules/parsermodule.c')
0 files changed, 0 insertions, 0 deletions