Update of /cvsroot/jython/jython
In directory usw-pr-cvs1:/tmp/cvs-serv29256
Modified Files:
NEWS
Log Message:
Thw two new sys methods.
Index: NEWS
===================================================================
RCS file: /cvsroot/jython/jython/NEWS,v
retrieving revision 2.29
retrieving revision 2.30
diff -C2 -r2.29 -r2.30
*** NEWS 2001/02/22 13:07:01 2.29
--- NEWS 2001/03/13 20:32:24 2.30
***************
*** 16,19 ****
--- 16,20 ----
- Added a PyServlet class to the util package.
- Warning framework (pep-0230).
+ - Added sys.add_classdir and sys.add_extdir.
Bug fixes.
|