<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On 3 June 2013 21:05, Chris Angelico <span dir="ltr"><<a href="mailto:rosuav@gmail.com" target="_blank">rosuav@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1n1" style="overflow:hidden">+1 for having the default be safe, but this will have to be very<br>
loudly announced ("when migrating from 3.3 to 3.4, TLS connections<br>
will cease to work if blah blah").</div></blockquote><div><br></div><div style>+1 on the default being safe, certainly. But with the proviso that the same code should work in 3.3 and 3.4, with no user impact (other than that the connection is safer, but that's not user-visible unless there's an attack :-))</div>
<div style><br></div><div style>In other words, that "will cease to work" clause should not exist - but see below...</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div id=":1n1" style="overflow:hidden"> Some legit sites with proper<br>
certificates still manage to muck something up administratively<br>
(<a href="http://developer.quicksales.com.au" target="_blank">developer.quicksales.com.au</a> has a cert from RapidSSL but doesn't<br>
bundle the intermediates, and I've told their devs about it, but all I<br>
can do is disable cert checking). This will break code in ways that<br>
will surprise people greatly. But I'd still rather the default be<br>
True.</div></blockquote></div><br>I'm happy if the "will cease to work" clause only says "some sites with broken security configurations may stop working" with a clear explanation that it is *their* fault, not Python's. I'd also expect that the same sites would fail in browsers - if not, we should also be able to make them work (or face cries of "well, Internet Explorer/Firefox doesn't have a problem with my site, why does Python?").</div>
<div class="gmail_extra"><br></div><div class="gmail_extra" style>Also, we should consider the issue for application users. Suppose I'm using a Python application that downloads something from the web. I upgrade to 3.4, and the app stops working because of a "will cease to work" case. As an end user, how can I get the app working again? Having to patch the sources isn't an option, and reverting to 3.3 provokes the reaction "Python broke my app".</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Summary - I'm +1 as long as either the "will cease to work" list is empty, or we have a *very* good story for (legitimate) sites which do cease to work.</div>
<div class="gmail_extra" style><br></div><div class="gmail_extra" style>Paul.</div></div>