summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorBrett Cannon <bcannon@gmail.com>2006-03-01 04:28:00 (GMT)
committerBrett Cannon <bcannon@gmail.com>2006-03-01 04:28:00 (GMT)
commitacde7347a547ce515b42805cb18789591c03c016 (patch)
treecd3d6383ef543a9fe4f92b84d6bf03c007e8c32c /Misc/NEWS
parentbf36409e2a8171b441d5e0a2f1c9e02d31a35ae8 (diff)
downloadcpython-acde7347a547ce515b42805cb18789591c03c016.zip
cpython-acde7347a547ce515b42805cb18789591c03c016.tar.gz
cpython-acde7347a547ce515b42805cb18789591c03c016.tar.bz2
Add Misc/NEWS entry for Misc/Vim/vim_syntax.py . Also use conditional
expression for the hell of it.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 63c2874..accbcd0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -911,6 +911,10 @@ New platforms
Tools/Demos
-----------
+- Created Misc/Vim/vim_syntax.py to auto-generate a python.vim file in that
+ directory for syntax highlighting in Vim. Vim directory was added and placed
+ vimrc to it (was previous up a level).
+
- Added two new files to Tools/scripts: pysource.py, which recursively
finds Python source files, and findnocoding.py, which finds Python
source files that need an encoding declaration.