From: Neal Norwitz Date: Sat, 21 Apr 2007 20:17:46 +0000 (+0000) Subject: Add a note to this file that it might be out of date and need some care. X-Git-Tag: v3.0a1~1042 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=846f1ee39004e7e00f8982928ccc166e01436a77;p=thirdparty%2FPython%2Fcpython.git Add a note to this file that it might be out of date and need some care. --- diff --git a/Misc/Vim/vim_syntax.py b/Misc/Vim/vim_syntax.py index c43d22616162..3212bf4eacd3 100644 --- a/Misc/Vim/vim_syntax.py +++ b/Misc/Vim/vim_syntax.py @@ -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