[Python-checkins] CVS: python/dist/src/Misc NEWS,1.79,1.80

Jeremy Hylton python-dev@python.org
Mon, 16 Oct 2000 13:41:41 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory slayer.i.sourceforge.net:/tmp/cvs-serv22757/Misc

Modified Files:
	NEWS 
Log Message:
revise xml comment


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.79
retrieving revision 1.80
diff -C2 -r1.79 -r1.80
*** NEWS	2000/10/16 20:27:25	1.79
--- NEWS	2000/10/16 20:41:38	1.80
***************
*** 54,59 ****
    use both normcase() and normpath().
  
! - xml minidom, pulldom, expatreader, and saxutils had some minor bug
!   fixes.
  
  - The regression test driver (regrtest.py) behavior when invoked with
--- 54,59 ----
    use both normcase() and normpath().
  
! - Several minor bugs were fixed in the xml package (the minidom,
!   pulldom, expatreader, and saxutils modules).
  
  - The regression test driver (regrtest.py) behavior when invoked with