Message8544

Author zyasoft
Recipients fwierzbicki, int3, larsga, santa4nt, zyasoft
Date 2014-05-22.01:34:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1400722465.34.0.623234349799.issue1910@psf.upfronthosting.co.za>
In-reply-to
Content
Target beta 4

CPython:

$ python
Python 2.7.5 (default, Aug 25 2013, 00:04:04)
[GCC 4.2.1 Compatible Apple LLVM 5.0 (clang-500.0.68)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> [z for (idcol, sql(prev_id)) in a]
  File "<stdin>", line 1
SyntaxError: can't assign to function call

Jython 2.7 has the same issue reported by the OP
History
Date User Action Args
2014-05-22 01:34:25zyasoftsetmessageid: <1400722465.34.0.623234349799.issue1910@psf.upfronthosting.co.za>
2014-05-22 01:34:25zyasoftsetrecipients: + zyasoft, fwierzbicki, larsga, int3, santa4nt
2014-05-22 01:34:25zyasoftlinkissue1910 messages
2014-05-22 01:34:25zyasoftcreate