On Thu, Sep 16, 2010 at 12:02 AM, Bill Allen <[email protected]> wrote: > > > On Wed, Sep 15, 2010 at 10:35 PM, David Hutto <[email protected]> wrote: >> >> print("a is", a) >> or >> from future import * >> _______________________________________________ > > Other than the Python 3 style print function, what else is contained in the > future module?
>>> import __future__ >>> help(__future__) > > --Bill > _______________________________________________ Tutor maillist - [email protected] To unsubscribe or change subscription options: http://mail.python.org/mailman/listinfo/tutor
