Update of /cvsroot/jython/jython
In directory slayer.i.sourceforge.net:/tmp/cvs-serv14982
Modified Files:
NEWS
Log Message:
Some recent new items.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.7
retrieving revision 2.8
diff -C2 -r2.7 -r2.8
*** NEWS 2000/11/25 21:11:42 2.7
--- NEWS 2000/12/01 20:19:52 2.8
***************
*** 1,4 ****
--- 1,17 ----
Jython NEWS
+ XX-Dec-2000 Jython 2.0 alpha 2
+
+ CPython2.0 compatibility
+ - Added support for formatting of long values in "%d %x %X %o".
+ The support does not match CPython2.0 exactly, but matches
+ what CPython2.1 will do.
+
+ Bug fixes.
+ - Package relative import work, at least when the dotted package name
+ match the directory structure.
+ - Fixed oct(0) to return "0"
+ - Add a os.__file__ attribute. CPython's site.py expects that.
+
26-Nov-2000 Jython 2.0 alpha 1
|