Note addition of cleanfuture.py
authorAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Aug 2001 15:55:48 +0000 (15:55 +0000)
committerAndrew M. Kuchling <amk@amk.ca>
Wed, 15 Aug 2001 15:55:48 +0000 (15:55 +0000)
Doc/whatsnew/whatsnew22.tex

index dc4ec916bf6bcf3edff87cf6525eef1460b052c3..646af6808bb39bc82709c16d237ac9b9d50074a5 100644 (file)
@@ -737,6 +737,12 @@ changes are:
   
   \item The code for the Mac OS port for Python, maintained by Jack
   Jansen, is now kept in the main Python CVS tree.
+  % XXX should expand this with all of Jack's recent changes (ask him for 
+  % a summary)        
+  
+  \item A new script, \file{Tools/scripts/cleanfuture.py} by Tim
+  Peters, automatically removes obsolete \code{__future__} statements
+  from Python source code.
 
   \item The new license introduced with Python 1.6 wasn't
   GPL-compatible.  This is fixed by some minor textual changes to the