Update of /cvsroot/jython/jython
In directory slayer.i.sourceforge.net:/tmp/cvs-serv12948
Modified Files:
NEWS
Log Message:
Added copyright notices of mine. New jpkgs design in NEWS.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.6
retrieving revision 2.7
diff -C2 -r2.6 -r2.7
*** NEWS 2000/11/25 11:37:39 2.6
--- NEWS 2000/11/25 21:11:42 2.7
***************
*** 30,33 ****
--- 30,37 ----
Bug fixes.
- Many, including the errata.
+ - Now the content of a java package is the union of the content of all
+ locations with the corresponding valid hierarchical name
+ from dirs and jars of CLASSPATH (and sys.path for dirs); i.e.
+ from jpkg import * works for jpkg in a dir too.
Improved CPython 2.0 compatibility
|