From: <pj...@us...> - 2009-04-22 23:46:07
|
Revision: 6255 http://jython.svn.sourceforge.net/jython/?rev=6255&view=rev Author: pjenvey Date: 2009-04-22 23:45:41 +0000 (Wed, 22 Apr 2009) Log Message: ----------- keywordMangling option is long gone Modified Paths: -------------- trunk/jython/registry Modified: trunk/jython/registry =================================================================== --- trunk/jython/registry 2009-04-22 22:15:16 UTC (rev 6254) +++ trunk/jython/registry 2009-04-22 23:45:41 UTC (rev 6255) @@ -30,10 +30,6 @@ # this option is set from the command line. #python.verbose = message -# Setting this to true will support old 1.0 style keyword+"_" names -# This isn't needed any more due to improvements in the parser -python.deprecated.keywordMangling = false - # Setting this to the name of different console class, new console # features can be enabled. Readline support is such an example #python.console=org.python.util.JLineConsole This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |