]> granicus.if.org Git - python/commitdiff
Add a note to this file that it might be out of date and need some care.
authorNeal Norwitz <nnorwitz@gmail.com>
Sat, 21 Apr 2007 20:17:46 +0000 (20:17 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sat, 21 Apr 2007 20:17:46 +0000 (20:17 +0000)
Misc/Vim/vim_syntax.py

index c43d226161627a644a9370a7ba9247f8cca1265a..3212bf4eacd36572c1aa4770e19c7869fbb71b03 100644 (file)
@@ -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