summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2007-04-21 20:17:46 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2007-04-21 20:17:46 (GMT)
commit846f1ee39004e7e00f8982928ccc166e01436a77 (patch)
tree3f28b1bd62350a113f74ba45de1500b48e8cd896 /Misc
parenta18af4e7a2091d11478754eb66ae387a85535763 (diff)
downloadcpython-846f1ee39004e7e00f8982928ccc166e01436a77.zip
cpython-846f1ee39004e7e00f8982928ccc166e01436a77.tar.gz
cpython-846f1ee39004e7e00f8982928ccc166e01436a77.tar.bz2
Add a note to this file that it might be out of date and need some care.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/Vim/vim_syntax.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/Vim/vim_syntax.py b/Misc/Vim/vim_syntax.py
index c43d226..3212bf4 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