No ‘from __future__ import print_function’ in latest jython

Cecil Westerhof Cecil at decebal.nl
Sun Jun 21 06:21:03 EDT 2015


On Sunday 21 Jun 2015 11:05 CEST, Laura Creighton wrote:

> Do you have Jython 2.7 released a few weeks ago?

Yes, but I was dumb enough to start the old version when I did this.
:-(

There is still one problem:
======================================================================
>>> from __future__ import print_function
>>> print()
()
======================================================================

While it should be:
======================================================================
>>> from __future__ import print_function
>>> print()

======================================================================

But I think I can live with it for the moment.

-- 
Cecil Westerhof
Senior Software Engineer
LinkedIn: http://www.linkedin.com/in/cecilwesterhof



More information about the Python-list mailing list