[Python-ideas] stdlib upgrades
Fred Drake
fdrake at acm.org
Mon Jun 7 15:16:28 CEST 2010
On Mon, Jun 7, 2010 at 2:33 AM, Ron Adam <rrr at ronadam.com> wrote:
> Would it be possible to have a future_lib that gets enabled with something
> like...
>
> from __future__ import future_lib
This doesn't seem workable, since __future__ imports have local
effects, but the side effect here is really about the global module
space. How would you expect this to work if the "old" version has
already been imported?
-Fred
--
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
More information about the Python-ideas
mailing list