Author: neal.norwitz Date: Sat Apr 21 22:17:46 2007 New Revision: 54917 Modified: python/branches/p3yk/Misc/Vim/vim_syntax.py Log: Add a note to this file that it might be out of date and need some care.
Modified: python/branches/p3yk/Misc/Vim/vim_syntax.py ============================================================================== --- python/branches/p3yk/Misc/Vim/vim_syntax.py (original) +++ python/branches/p3yk/Misc/Vim/vim_syntax.py Sat Apr 21 22:17:46 2007 @@ -1,4 +1,6 @@ from __future__ import with_statement +# XXX(nnorwitz): what versions of python is this file supposed to work with? +# It uses the old print statement not in py3k. import keyword import exceptions _______________________________________________ Python-3000-checkins mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000-checkins
