Re: [Ironpython-users] __future__.py

2014-01-07 Thread Jeff Hardy
On Wed, Jan 1, 2014 at 4:42 PM, Pawel Jasinski wrote: > hi, > > There is a special version of __future__.py in > IronLanguages/Languages/IronPython/IronPython/Lib which is getting in > my way when running out of the development environment. > > I wonder why is it there? Historical reasons, maybe?

Re: [Ironpython-users] __future__.py

2012-03-14 Thread Dino Viehland
The historic reason is that we supported running both w/ the std lib and without. I don't think that's really a concern so the fake __future__ could be replaced with the real one from the std lib. From: [email protected] [mailto:ironpython-users-bounces+di