From: Finn B. <bc...@us...> - 2001-02-22 13:05:58
|
Update of /cvsroot/jython/jython In directory usw-pr-cvs1:/tmp/cvs-serv24214 Modified Files: NEWS Log Message: News about the warning framework. Index: NEWS =================================================================== RCS file: /cvsroot/jython/jython/NEWS,v retrieving revision 2.28 retrieving revision 2.29 diff -C2 -r2.28 -r2.29 *** NEWS 2001/02/07 09:33:07 2.28 --- NEWS 2001/02/22 13:07:01 2.29 *************** *** 15,18 **** --- 15,19 ---- - Added the "new" module - Added a PyServlet class to the util package. + - Warning framework (pep-0230). Bug fixes. |