Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #92952

Re: No ‘from __future__ import print_function’ in latest jython

From Laura Creighton <lac@openend.se>
Subject Re: No ‘from __future__ import print_function’ in latest jython
References <87zj3tpk96.fsf@Equus.decebal.nl> <mailman.671.1434877523.13271.python-list@python.org><87h9q18ir4.fsf@Equus.decebal.nl>
Date 2015-06-21 12:54 +0200
Newsgroups comp.lang.python
Message-ID <mailman.675.1434884076.13271.python-list@python.org> (permalink)

Show all headers | View raw


In a message of Sun, 21 Jun 2015 12:21:03 +0200, Cecil Westerhof writes:
>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
>-- 
>https://mail.python.org/mailman/listinfo/python-list

That's a bug.  Go add it to
http://bugs.jython.org/issue2007  so when the bugs with
print_function get fixed, they will be sure to fix that one too.

Laura

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

No ‘from __future__ import print_function’ in latest jython Cecil Westerhof <Cecil@decebal.nl> - 2015-06-21 09:56 +0200
  Re: No ‘from __future__ import print_function’ in latest jython Cecil Westerhof <Cecil@decebal.nl> - 2015-06-21 10:09 +0200
    Re: No ‘from __future__ import print_function’ in latest jython Tony the Tiger <tony@tiger.invalid> - 2015-07-09 20:40 +0000
  Re: No ‘from __future__ import print_function’ in latest jython Laura Creighton <lac@openend.se> - 2015-06-21 11:05 +0200
    Re: No ‘from __future__ import print_function’ in latest jython Cecil Westerhof <Cecil@decebal.nl> - 2015-06-21 12:21 +0200
      Re: No ‘from __future__ import print_function’ in latest jython Laura Creighton <lac@openend.se> - 2015-06-21 12:54 +0200
        Re: No ‘from __future__ import print_function’ in latest jython Cecil Westerhof <Cecil@decebal.nl> - 2015-06-21 14:38 +0200

csiph-web