From: A.M. K. <aku...@us...> - 2001-08-15 15:55:52
|
Update of /cvsroot/py-howto/pyhowto In directory usw-pr-cvs1:/tmp/cvs-serv8985 Modified Files: python-22.tex Log Message: Note addition of cleanfuture.py Index: python-22.tex =================================================================== RCS file: /cvsroot/py-howto/pyhowto/python-22.tex,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -r1.21 -r1.22 *** python-22.tex 2001/08/11 03:06:50 1.21 --- python-22.tex 2001/08/15 15:55:48 1.22 *************** *** 738,741 **** --- 738,747 ---- \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 |