Christian Heimes <li...@cheimes.de> added the comment:

Look closer at the traceback. You'll see that urllib follows redirects 
(http_response -> http_error_302 -> open -> HTTPSConnection). curl doesn't 
follow redirects by default.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40968>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to