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 ethan.furman
Recipients ethan.furman, vitaly.krug
Date 2021-04-20.14:20:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618928431.86.0.784030478663.issue33025@roundup.psfhosted.org>
In-reply-to
Content
IIUC, the issue is that

  urlencode( {'cert_reqs': ssl.CERT_NONE} )

no longer produces

  'cert_reqs=0'

?
History
Date User Action Args
2021-04-20 14:20:31ethan.furmansetrecipients: + ethan.furman, vitaly.krug
2021-04-20 14:20:31ethan.furmansetmessageid: <1618928431.86.0.784030478663.issue33025@roundup.psfhosted.org>
2021-04-20 14:20:31ethan.furmanlinkissue33025 messages
2021-04-20 14:20:31ethan.furmancreate