Issue1386

classification
Title: print keyword parameter "end" gets error.
Type: behaviour Severity: normal
Components: Jythonc compiler Versions: 25rc4
Milestone:
process
Status: closed Resolution: invalid
Dependencies: Superseder:
Assigned To: Nosy List: Hermit, pjenvey
Priority: Keywords:

Created on 2009-06-28.15:18:38 by Hermit, last changed 2009-06-29.11:53:53 by Hermit.

Messages
msg4855 (view) Author: Steve (Hermit) Date: 2009-06-28.15:18:38
The line print("xxx", end="") gets an error in jython. It works fine in
pythong.
msg4856 (view) Author: Steve (Hermit) Date: 2009-06-28.15:20:47
Oops - wrong version. It's not an RC, It's 2.5.0:
Jython 2.5.0 (Release_2_5_0:6476, Jun 16 2009, 13:33:26)
msg4858 (view) Author: Philip Jenvey (pjenvey) Date: 2009-06-28.22:51:42
That's Python 3 syntax, it's not supported in Jython nor CPython 2.5
msg4860 (view) Author: Steve (Hermit) Date: 2009-06-29.11:53:52
I didn't know that python and jython supported different versions of the language.
Thanks very much for the information and I'm sorry I filed an erroneous bug report.

Steve

> -----Original Message-----
> From: Philip Jenvey [mailto:report@bugs.jython.org]
> Sent: Sunday, June 28, 2009 6:52 PM
> To: sburoff@optonline.net
> Subject: [issue1386] print keyword parameter "end" gets error.
> 
> 
> Philip Jenvey <pjenvey@users.sourceforge.net> added the comment:
> 
> That's Python 3 syntax, it's not supported in Jython nor CPython 2.5
> 
> ----------
> nosy: +pjenvey
> resolution:  -> invalid
> status: open -> closed
> 
> _______________________________________
> Jython tracker <report@bugs.jython.org>
> <http://bugs.jython.org/issue1386>
> _______________________________________
History
Date User Action Args
2009-06-29 11:53:53Hermitsetmessages: + msg4860
2009-06-28 22:51:42pjenveysetstatus: open -> closed
resolution: invalid
messages: + msg4858
nosy: + pjenvey
2009-06-28 15:20:47Hermitsetmessages: + msg4856
2009-06-28 15:18:38Hermitcreate