summaryrefslogtreecommitdiff
path: root/Doc
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:55:48 +0000
committerAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:55:48 +0000
commit10c6b82f1ce7027c0d2a8b5d6b0f17bd6ed5fa7d (patch)
tree39a26fdc7782885d4af9c3b3e8b310a9f27d471e /Doc
parent55838cb662f7fb022d760c4b826dce6dfc1b6ee4 (diff)
downloadcpython-10c6b82f1ce7027c0d2a8b5d6b0f17bd6ed5fa7d.tar.gz
Note addition of cleanfuture.py
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/whatsnew22.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/whatsnew22.tex b/Doc/whatsnew/whatsnew22.tex
index dc4ec916bf..646af6808b 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