[Python-3000-checkins] r54917 - python/branches/p3yk/Misc/Vim/vim_syntax.py

neal.norwitz python-3000-checkins at python.org
Sat Apr 21 22:17:51 CEST 2007


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


More information about the Python-3000-checkins mailing list