From: <otm...@us...> - 2010-01-30 07:53:25
|
Revision: 6966 http://jython.svn.sourceforge.net/jython/?rev=6966&view=rev Author: otmarhumbel Date: 2010-01-30 07:53:18 +0000 (Sat, 30 Jan 2010) Log Message: ----------- handle CLASSPATH containing () - fixes issue #1548 Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-01-30 06:31:45 UTC (rev 6965) +++ trunk/jython/NEWS 2010-01-30 07:53:18 UTC (rev 6966) @@ -15,6 +15,7 @@ - [ 1396 ] Assigning os module funcs as class attributes incompatible with CPython - [ 1504 ] Inheriting twice from the same Java interface causes MRO problems - [ 1511 ] PySet doesn't support Java serialization + - [ 1548 ] Parentheses in CLASSPATH cause errors in jython.bat - Fix runtime issues during exitfuncs triggered via SystemRestart (such as during Django or Pylons development mode reloading) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |