From: Andrew M. Kuchling Date: Wed, 15 Aug 2001 15:55:48 +0000 (+0000) Subject: Note addition of cleanfuture.py X-Git-Tag: v2.2a3~539 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=94a7eba9db89e4653f49b5a9adc5f30636ebb530;p=thirdparty%2FPython%2Fcpython.git Note addition of cleanfuture.py --- diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex index dc4ec916bf6b..646af6808bb3 100644 --- a/Doc/whatsnew/whatsnew22.tex +++ b/Doc/whatsnew/whatsnew22.tex @@ -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