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: No =?utf-8?Q?=E2=80=98from?= __future__ import =?utf-8?Q?print=5F?= =?utf-8?Q?function=E2=80=99?= in latest jython Date: Sun, 21 Jun 2015 09:56:37 +0200 Organization: Decebal Computing Lines: 16 Message-ID: <87zj3tpk96.fsf@Equus.decebal.nl> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: mx02.eternal-september.org; posting-host="528adfd6ad074c92fdc6a7f8fb9e23d8"; logging-data="12510"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+L0+RBwthWV4VVv7La5Y9DEnhup3fx+KE=" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3 (gnu/linux) X-Homepage: http://www.decebal.nl/ Cancel-Lock: sha1:b6ZtaJg4BGusyjJFoqs/eNlfyb0= sha1:M3TuW3m8u4Q/tahRuiPTEoAEVJA= Xref: csiph.com comp.lang.python:92934 When I execute in the latest Jython: from __future__ import print_function I get: Traceback (innermost last): (no code object) at line 0 File "", line 1 SyntaxError: future feature print_function is not defined This is not implemented in the latest jython? I prefer to keep all my code as far as possible the same. The closer I get to DRY, the happier I am. ;-) -- Cecil Westerhof Senior Software Engineer LinkedIn: http://www.linkedin.com/in/cecilwesterhof