Message 161560 - Python tracker (original) (raw)

Message161560

Author hynek
Recipients ezio.melotti, hynek, schlamar
Date 2012-05-25.09:55:11
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id 1337939712.22.0.645026900038.issue14907@psf.upfronthosting.co.za
In-reply-to
Content
Seems to work fine in Python 3.2+. Two possibilities: 1. document ca_certs is str only 2. encode with sys.getfilesystemencoding() if unicode Would have to be fixed in ssl.get_server_certificate too and maybe even more, I did just a quick glance.
History
Date User Action Args
2012-05-25 09:55:12 hynek set recipients: + hynek, ezio.melotti, schlamar
2012-05-25 09:55:12 hynek set messageid: 1337939712.22.0.645026900038.issue14907@psf.upfronthosting.co.za
2012-05-25 09:55:11 hynek link issue14907 messages
2012-05-25 09:55:11 hynek create