summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/whatsnew22.tex
diff options
context:
space:
mode:
authorAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:55:48 (GMT)
committerAndrew M. Kuchling <amk@amk.ca>2001-08-15 15:55:48 (GMT)
commit94a7eba9db89e4653f49b5a9adc5f30636ebb530 (patch)
tree0da9a20ababe7e5a9d22cadf4067b2abca87de30 /Doc/whatsnew/whatsnew22.tex
parentb053209af725057136a038cdde61f182a3033293 (diff)
downloadcpython-94a7eba9db89e4653f49b5a9adc5f30636ebb530.zip
cpython-94a7eba9db89e4653f49b5a9adc5f30636ebb530.tar.gz
cpython-94a7eba9db89e4653f49b5a9adc5f30636ebb530.tar.bz2
Note addition of cleanfuture.py
Diffstat (limited to 'Doc/whatsnew/whatsnew22.tex')
-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 dc4ec91..646af68 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