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 nbareil
Recipients asdfasdfasdfasdfasdfasdfasdf, eric.araujo, loewis, nbareil, orsenthil, pitrou
Date 2011-11-09.08:43:41
SpamBayes Score 0.00026624522
Marked as misclassified No
Message-id <1320828222.09.0.59329257887.issue10441@psf.upfronthosting.co.za>
In-reply-to
Content
Hello,


Your patch about SSLContext is great! But what can we do about python 2.x?

I understand that we have to keep backward compatibility but something has to be done for improving current situation, even Paypal API (*) recommends using urllib.urlopen() to check sensitive things on HTTPS :(

If backporting SSLContext into python 2.x is not an option, what do you think about a DeprecationWarning at runtime?

Thanks,

(*) https://www.x.com/devzone/articles/getting-started-paypal-django
    And even the popular Django paypal module uses urllib2 
    https://github.com/johnboxall/django-paypal
History
Date User Action Args
2011-11-09 08:43:42nbareilsetrecipients: + nbareil, loewis, orsenthil, pitrou, eric.araujo, asdfasdfasdfasdfasdfasdfasdf
2011-11-09 08:43:42nbareilsetmessageid: <1320828222.09.0.59329257887.issue10441@psf.upfronthosting.co.za>
2011-11-09 08:43:41nbareillinkissue10441 messages
2011-11-09 08:43:41nbareilcreate