<br><div class="gmail_quote">On Sat, Aug 27, 2011 at 9:19 AM, Guido van Rossum <span dir="ltr">&lt;<a href="mailto:guido@python.org">guido@python.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
On Fri, Aug 26, 2011 at 11:01 PM, Dan Stromberg &lt;<a href="mailto:drsalists@gmail.com">drsalists@gmail.com</a>&gt; wrote:<br>
[Steven]<br>
<div class="im">&gt;&gt; Have then been any __future__ features that were added provisionally?<br>
&gt;<br>
&gt; I can&#39;t either, but ISTR hearing that from __future__ import was started<br>
&gt; with such an intent.  Irrespective, it&#39;s hard to import something from<br>
&gt; &quot;future&quot; without at least suspecting that you&#39;re on the bleeding edge.<br>
<br>
</div>No, this was not the intent of __future__. The intent is that a<br>
feature is desirable but also backwards incompatible (e.g. introduces<br>
a new keyword) so that for 1 (sometimes more) releases we require the<br>
users to use the __future__ import.<br>
<br>
There was never any intent to use __future__ for experimental<br>
features. If we want that maybe we could have from __experimental__<br>
import &lt;whatever&gt;.<br>
<br></blockquote><div>OK.  So what -is- the purpose of from __future__ import?<br> <br></div></div><br>