This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author christian.heimes
Recipients christian.heimes, orsenthil, pmenzel
Date 2020-06-16.08:06:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1592294786.08.0.237641698198.issue40968@roundup.psfhosted.org>
In-reply-to
Content
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.
History
Date User Action Args
2020-06-16 08:06:26christian.heimessetrecipients: + christian.heimes, orsenthil, pmenzel
2020-06-16 08:06:26christian.heimessetmessageid: <1592294786.08.0.237641698198.issue40968@roundup.psfhosted.org>
2020-06-16 08:06:26christian.heimeslinkissue40968 messages
2020-06-16 08:06:26christian.heimescreate