From: <zy...@us...> - 2010-08-16 16:45:36
|
Revision: 7096 http://jython.svn.sourceforge.net/jython/?rev=7096&view=rev Author: zyasoft Date: 2010-08-16 16:45:29 +0000 (Mon, 16 Aug 2010) Log Message: ----------- Removed Tools directory, including jythonc. It was not being copied, and even though there's potentially useful code in there, we don't want what are effectively sandbox directories like this cluttering trunk and confusing users on what is being supported. Fixes #1643. Modified Paths: -------------- trunk/jython/NEWS Removed Paths: ------------- trunk/jython/Tools/ Modified: trunk/jython/NEWS =================================================================== --- trunk/jython/NEWS 2010-08-15 14:14:05 UTC (rev 7095) +++ trunk/jython/NEWS 2010-08-16 16:45:29 UTC (rev 7096) @@ -2,6 +2,7 @@ Jython 2.5.2b2 Bugs Fixed + - [ 1643 ] Tools subdirectory still exists in trunk - [ 1455 ] Classes loaded dynamically from sys.path do not have their package defined - [ 1555 ] Jython does not publish MIME types via JSR 223 (ScriptEngine.getFactory().getMimeTypes() is empty). - [ 1632 ] cPickle.Unpickler does not allow assignment of find_global This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |