From: <pj...@us...> - 2009-10-28 02:52:34
|
Revision: 6922 http://jython.svn.sourceforge.net/jython/?rev=6922&view=rev Author: pjenvey Date: 2009-10-28 02:52:25 +0000 (Wed, 28 Oct 2009) Log Message: ----------- changelog recent posix fixes Modified Paths: -------------- trunk/jython/NEWS Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2009-10-28 02:28:34 UTC (rev 6921) +++ trunk/jython/NEWS 2009-10-28 02:52:25 UTC (rev 6922) @@ -5,6 +5,9 @@ - [ 1478 ] defaultdict & weakref.WeakKeyDictionary [TypeError: first argument must be callable] - [ 1487 ] Import of module with latin-1 chars fails on utf-8 file encoding - [ 1449 ] Ellipsis comparison different from Python 2.5 to Jython 2.5 + - [ 1493 ] tarfile.extractall() throws "AttributeError: 'module' object has no attribute 'chown'" when called by root + - [ 1470 ] os.mkdir Errno difference from cpython + - [ 1496 ] fix os.listdir errno for non-existing dirs - 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. |