Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!eternal-september.org!feeder.eternal-september.org!mx02.eternal-september.org!.POSTED!not-for-mail From: Cecil Westerhof Newsgroups: comp.lang.python Subject: Re: No =?utf-8?Q?=E2=80=98from?= __future__ import =?utf-8?Q?prin?= =?utf-8?Q?t=5Ffunction=E2=80=99?= in latest jython Date: Sun, 21 Jun 2015 14:38:42 +0200 Organization: Decebal Computing Lines: 44 Message-ID: <87zj3t6xt9.fsf@Equus.decebal.nl> References: <87zj3tpk96.fsf@Equus.decebal.nl> <87h9q18ir4.fsf@Equus.decebal.nl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="528adfd6ad074c92fdc6a7f8fb9e23d8"; logging-data="3684"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+02WfbKXjMq34Jxbe/96u3ke6mAp8GnNQ=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Homepage: http://www.decebal.nl/ Cancel-Lock: sha1:HVbGIGsYlp7X6hva1xHlabZzh5E= sha1:2sYSDmlXIAb3xApTw5vCE1vp0FM= Xref: csiph.com comp.lang.python:92956 On Sunday 21 Jun 2015 12:54 CEST, Laura Creighton wrote: > 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. Done. -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof