[Python-checkins] CVS: python/dist/src/Misc NEWS,1.203,1.204

Tim Peters tim_one@users.sourceforge.net
Tue, 14 Aug 2001 23:06:46 -0700


Update of /cvsroot/python/python/dist/src/Misc
In directory usw-pr-cvs1:/tmp/cvs-serv21438/misc

Modified Files:
	NEWS 
Log Message:
Add blurb about cleanfuture.py.  Fix misspelling in an older item.


Index: NEWS
===================================================================
RCS file: /cvsroot/python/python/dist/src/Misc/NEWS,v
retrieving revision 1.203
retrieving revision 1.204
diff -C2 -d -r1.203 -r1.204
*** NEWS	2001/08/14 18:35:02	1.203
--- NEWS	2001/08/15 06:06:44	1.204
***************
*** 2,5 ****
--- 2,11 ----
  ===========================
  
+ Tools
+ 
+ - The new Tools/scripts/cleanfuture.py can be used to automatically
+   edit out obsolute future statements from Python source code.  See
+   the module docstring for details.
+ 
  Tests
  
***************
*** 26,30 ****
  - New class Differ and new functions ndiff() and restore() in difflib.py.
    These package the algorithms used by the popular Tools/scripts/ndiff.py,
!   for progammatic reuse.
  
  - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute
--- 32,36 ----
  - New class Differ and new functions ndiff() and restore() in difflib.py.
    These package the algorithms used by the popular Tools/scripts/ndiff.py,
!   for programmatic reuse.
  
  - New function xml.sax.saxutils.quoteattr():  Quote an XML attribute