From: <fwi...@us...> - 2009-07-06 14:15:38
|
Revision: 6513 http://jython.svn.sourceforge.net/jython/?rev=6513&view=rev Author: fwierzbicki Date: 2009-07-06 14:15:32 +0000 (Mon, 06 Jul 2009) Log Message: ----------- The grammar cleanup in the last few checkins also fixed http://bugs.jython.org/issue1366 "parsing of lamda expression fails" where certain lambda expressions failed to parse in interactive mode. Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-07-06 13:47:19 UTC (rev 6512) +++ trunk/jython/NEWS 2009-07-06 14:15:32 UTC (rev 6513) @@ -5,6 +5,7 @@ - Upgraded to ANTLR 3.1.3 - [ 1859477 ] Dynamically loaded ServletFilters like PyServlet Bugs Fixed + - [ 1366 ] parsing of lamda expression fails - [ 1365 ] continuation lines fail in interactive interpreter - [ 1377 ] Event names shadowed by a field name on Java types leads to a NPE - [ 1381 ] Redundant declarations of interface implementation hides overriden methods This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |