Why "from __future__" stinks; a counter-offer

Fredrik Lundh fredrik at pythonware.com
Tue Mar 20 02:20:31 EST 2001


Will Newton wrote:
> How often is this "from __future__" expected to be used?

*never*, by programmers writing production code (or any kind of
portable Python code, for that matter).

> Just experimental code written for bleeding edge versions of Python or a
> significant portion of code (that will eventually become legacy code)?

the former.  the whiners don't get it, but the whole idea here is to
extend the beta period, not to introduce optional features into the
language.

Cheers /F





More information about the Python-list mailing list