From: <otm...@us...> - 2010-06-01 23:30:36
|
Revision: 7061 http://jython.svn.sourceforge.net/jython/?rev=7061&view=rev Author: otmarhumbel Date: 2010-06-01 23:30:30 +0000 (Tue, 01 Jun 2010) Log Message: ----------- add the fixed #1567, #1594 and #1356 to the news Many thanks to Pekka Klaerck and Andreas Ebbert-Karroum for their analysis and suggestions! Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-06-01 22:59:22 UTC (rev 7060) +++ trunk/jython/NEWS 2010-06-01 23:30:30 UTC (rev 7061) @@ -45,6 +45,9 @@ - [ 1385 ] generator.throw uncaught on new generator doesn't stop the generator - [ 1596 ] SynchronizedCallable does not report that it is callable [suggested fix] - [ 1557 ] jython.bat doesn't work in 4nt + - [ 1567 ] [Windows] Wildcard Parameter * gets expanded to filename + - [ 1594 ] Glob patterns like *.txt processed incorrectly on startup + - [ 1356 ] [Windows] test_subprocess test_communicate_pipe_buf fails - Fix runtime issues during exitfuncs triggered via SystemRestart (such as during Django or Pylons development mode reloading) - Fix pickling of collections.defaultdict objects This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |